Skip to content

Commit 84aa13d

Browse files
committed
add wip shared config
1 parent 3cd04f5 commit 84aa13d

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
{
2+
"domains": [
3+
{
4+
"id": 1,
5+
"chainId": 1,
6+
"caipId": "eip155:1",
7+
"name": "ethereum",
8+
"type": "evm",
9+
"blockConfirmations": 10,
10+
"admin": "TBD",
11+
"confirmationsByValue": {
12+
"1000": "1",
13+
"1000000": "10"
14+
},
15+
"tokens": {
16+
"USDC": {
17+
"address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
18+
"decimals": 6
19+
}
20+
},
21+
"hubPool": "0xc186fA914353c44b2E33eBE05f21846F1048bEda",
22+
"acrossPool": "0x0190a2328e072Fc5a7fA00F6C9ae2a16c7F4E32a"
23+
},
24+
{
25+
"id": 5,
26+
"chainId": 8453,
27+
"caipId": "eip155:8453",
28+
"name": "base",
29+
"type": "evm",
30+
"blockConfirmations": 20,
31+
"admin": "TBD",
32+
"confirmationsByValue": {
33+
"1000": "1",
34+
"1000000": "10"
35+
},
36+
"tokens": {
37+
"USDC": {
38+
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
39+
"decimals": 6
40+
}
41+
},
42+
"acrossPool": "0xf8f756b8c2F4968DE7FB965e9B504799Ab9ABbB0"
43+
},
44+
{
45+
"id": 9,
46+
"chainId": 42161,
47+
"caipId": "eip155:42161",
48+
"name": "arbitrum",
49+
"type": "evm",
50+
"blockConfirmations": 20,
51+
"admin": "TBD",
52+
"confirmationsByValue": {
53+
"1000": "1",
54+
"1000000": "10"
55+
},
56+
"tokens": {
57+
"USDC": {
58+
"address": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
59+
"decimals": 6
60+
}
61+
},
62+
"acrossPool": "0x91F1804aCaf87C2D34A34A70be1bb16bB85D6748"
63+
},
64+
{
65+
"id": 10,
66+
"chainId": 10,
67+
"caipId": "eip155:10",
68+
"name": "optimism",
69+
"type": "evm",
70+
"blockConfirmations": 20,
71+
"admin": "TBD",
72+
"confirmationsByValue": {
73+
"1000": "1",
74+
"1000000": "10"
75+
},
76+
"tokens": {
77+
"USDC": {
78+
"address": "0x0b2c639c533813f4aa9d7837caf62653d097ff85",
79+
"decimals": 6
80+
}
81+
},
82+
"acrossPool": "0xF383FD9A49282C9e1C99eB07a819e27E0d7B956c"
83+
}
84+
]
85+
}

0 commit comments

Comments
 (0)