Skip to content

Commit f1e8653

Browse files
committed
add config for new evm chains
1 parent 9f44a3b commit f1e8653

File tree

4 files changed

+103
-19
lines changed

4 files changed

+103
-19
lines changed

deployment/config/mainnet/contracts.json

-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
11
{
2-
"MatchingEngineProxy": [
3-
{
4-
"chainId": 1,
5-
"address": "HtkeCDdYY4i9ncAxXKjYTx8Uu3WM8JbtiLRYjtHwaVXb"
6-
}
7-
],
8-
"CustodianMatchingEngine": [
9-
{
10-
"chainId": 1,
11-
"address": "8sLeDrpnUfSv69KXzKMKMVTpxP7D8iPue5QrHJgyu5XP"
12-
}
13-
],
14-
"MatchingEngineMintRecipient": [
15-
{
16-
"chainId": 1,
17-
"address": "HUXc7MBf55vWrrkevVbmJN8HAyfFtjLcPLBt9yWngKzm"
18-
}
19-
],
202
"TokenRouterProxy": [
213
{
224
"chainId": 1,

deployment/config/mainnet/dependencies.json

+30
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,40 @@
11
[
2+
{
3+
"chainId": 1,
4+
"matchingEngineProxy": "HtkeCDdYY4i9ncAxXKjYTx8Uu3WM8JbtiLRYjtHwaVXb",
5+
"custodianMatchingEngine": "8sLeDrpnUfSv69KXzKMKMVTpxP7D8iPue5QrHJgyu5XP",
6+
"matchingEngineMintRecipient": "HUXc7MBf55vWrrkevVbmJN8HAyfFtjLcPLBt9yWngKzm"
7+
},
8+
{
9+
"chainId": 2,
10+
"wormhole": "0x98f3c9e6E3fAce36bAAd05FE09d375Ef1464288B",
11+
"token": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
12+
"tokenMessenger": "0xBd3fa81B58Ba92a82136038B25aDec7066af3155"
13+
},
14+
{
15+
"chainId": 5,
16+
"wormhole": "0x7A4B5a56256163F07b2C80A7cA55aBE66c4ec4d7",
17+
"token": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
18+
"tokenMessenger": "0x9daF8c91AEFAE50b9c0E69629D3F6Ca40cA3B3FE"
19+
},
20+
{
21+
"chainId": 6,
22+
"wormhole": "0x54a8e5f9c4CbA08F9943965859F6c34eAF03E26c",
23+
"token": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
24+
"tokenMessenger": "0x6B25532e1060CE10cc3B0A99e5683b91BFDe6982"
25+
},
226
{
327
"chainId": 23,
428
"wormhole": "0xa5f208e072434bC67592E4C49C1B991BA79BCA46",
529
"token": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
630
"tokenMessenger": "0x19330d10D9Cc8751218eaf51E8885D058642E08A"
731
},
32+
{
33+
"chainId": 24,
34+
"wormhole": "0xEe91C335eab126dF5fDB3797EA9d6aD93aeC9722",
35+
"token": "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85",
36+
"tokenMessenger": "0x2B4069517957735bE00ceE0fadAE88a26365528f"
37+
},
838
{
939
"chainId": 30,
1040
"wormhole": "0xbebdb6C8ddC678FfA9f8748f85C815C556Dd8ac6",

deployment/config/mainnet/ecosystem.json

+29-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,42 @@
11
{
2-
"operatingChains": [1, 23, 30],
2+
"operatingChains": [2, 5, 6, 24],
33
"evm": {
44
"networks": [
5+
{
6+
"name": "Ethereum",
7+
"network": "Mainnet",
8+
"externalId": "1",
9+
"chainId": 2,
10+
"rpc": "https://rpc.ankr.com/eth"
11+
},
12+
{
13+
"name": "Polygon",
14+
"network": "Mainnet",
15+
"externalId": "137",
16+
"chainId": 5,
17+
"rpc": "https://rpc.ankr.com/polygon"
18+
},
19+
{
20+
"name": "Avalanche",
21+
"network": "Mainnet",
22+
"externalId": "43114",
23+
"chainId": 6,
24+
"rpc": "https://rpc.ankr.com/avalanche"
25+
},
526
{
627
"name": "Arbitrum",
728
"network": "Mainnet",
829
"externalId": "42161",
930
"chainId": 23,
1031
"rpc": "https://rpc.ankr.com/arbitrum"
1132
},
33+
{
34+
"name": "Optimism",
35+
"network": "Mainnet",
36+
"externalId": "10",
37+
"chainId": 24,
38+
"rpc": "https://rpc.ankr.com/optimism"
39+
},
1240
{
1341
"name": "Base",
1442
"network": "Mainnet",

deployment/config/mainnet/token-router.json

+44
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,39 @@
1010
},
1111
"cctpAllowance": "18446744073709551615"
1212
},
13+
{
14+
"chainId": 2,
15+
"ownerAssistant": "0x420E8AA32c31626F7F31D6fcC154eeccd6E6e9cB",
16+
"fastTransferParameters": {
17+
"enabled": true,
18+
"maxAmount": "1000000000",
19+
"baseFee": "1250000",
20+
"initAuctionFee": "950000"
21+
},
22+
"cctpAllowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
23+
},
24+
{
25+
"chainId": 5,
26+
"ownerAssistant": "0x420E8AA32c31626F7F31D6fcC154eeccd6E6e9cB",
27+
"fastTransferParameters": {
28+
"enabled": true,
29+
"maxAmount": "1000000000",
30+
"baseFee": "1250000",
31+
"initAuctionFee": "950000"
32+
},
33+
"cctpAllowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
34+
},
35+
{
36+
"chainId": 6,
37+
"ownerAssistant": "0x420E8AA32c31626F7F31D6fcC154eeccd6E6e9cB",
38+
"fastTransferParameters": {
39+
"enabled": true,
40+
"maxAmount": "1000000000",
41+
"baseFee": "1250000",
42+
"initAuctionFee": "950000"
43+
},
44+
"cctpAllowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
45+
},
1346
{
1447
"chainId": 23,
1548
"ownerAssistant": "0x420E8AA32c31626F7F31D6fcC154eeccd6E6e9cB",
@@ -21,6 +54,17 @@
2154
},
2255
"cctpAllowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
2356
},
57+
{
58+
"chainId": 24,
59+
"ownerAssistant": "0x420E8AA32c31626F7F31D6fcC154eeccd6E6e9cB",
60+
"fastTransferParameters": {
61+
"enabled": true,
62+
"maxAmount": "1000000000",
63+
"baseFee": "1250000",
64+
"initAuctionFee": "950000"
65+
},
66+
"cctpAllowance": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
67+
},
2468
{
2569
"chainId": 30,
2670
"ownerAssistant": "0x420E8AA32c31626F7F31D6fcC154eeccd6E6e9cB",

0 commit comments

Comments
 (0)