-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathchain.json
More file actions
41 lines (41 loc) · 1.17 KB
/
chain.json
File metadata and controls
41 lines (41 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"chain": "eip155:421614",
"public_rpc_url": "https://arbitrum-sepolia.gateway.tenderly.co",
"vm_type": 1,
"gateway_address": "0x2cd870e0166Ba458dEC615168Fd659AacD795f34",
"block_confirmation": {
"fast_inbound": 0,
"standard_inbound": 1
},
"gas_oracle_fetch_interval": "30s",
"gateway_methods": [
{
"name": "sendFunds",
"identifier": "0x65f4dbe1",
"event_identifier": "0x33e6cf63a9ddbaee9d86893573e2616fe7a78fc9b7b23acb7da8b58bd0024041",
"confirmation_type": 1
},
{
"name": "addFunds",
"identifier": "0xf9bfe8a7",
"event_identifier": "0xb28f49668e7e76dc96d7aabe5b7f63fecfbd1c3574774c05e8204e749fd96fbd",
"confirmation_type": 2
},
{
"name": "executeUniversalTx",
"identifier": "0x",
"event_identifier": "0xd3e471a338b7623f0ef3738730f9342bd832aacb78c895b4d08c595eaab2dc65",
"confirmation_type": 1
},
{
"name": "revertUniversalTx",
"identifier": "0x",
"event_identifier": "0x9e72774545963e176bcb028d615b6cc68fbd4601393cd6ef50b2704c3b332eb6",
"confirmation_type": 1
}
],
"enabled": {
"isInboundEnabled": true,
"isOutboundEnabled": true
}
}