Skip to content

Commit ac706fb

Browse files
authored
feat: add Mode network mainnet deployments (#498)
Add the mainnet Mode contract addresses to the repo. * add mainnet deployments Signed-off-by: Bennett <[email protected]> * make mode mainnet deployment script implementation only Signed-off-by: Bennett <[email protected]> * update spoke pool deployment Signed-off-by: Bennett <[email protected]> * fix spoke pool proxy deployment address Signed-off-by: Bennett <[email protected]> --------- Signed-off-by: Bennett <[email protected]>
1 parent 413d631 commit ac706fb

File tree

8 files changed

+4563
-1
lines changed

8 files changed

+4563
-1
lines changed

deployments/deployments.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"Base_Adapter": { "address": "0xE1421233BF7158A19f89F17c9735F9cbd3D9529c", "blockNumber": 19915087 },
1818
"Linea_Adapter": { "address": "0x7Ea0D1882D610095A45E512B0113f79cA98a8EfE", "blockNumber": 19402413 },
1919
"BondToken": { "address": "0xee1dc6bcf1ee967a350e9ac6caaaa236109002ea", "blockNumber": 17980554 },
20-
"SpokePoolVerifier": { "address": "0xB4A8d45647445EA9FC3E1058096142390683dBC2", "blockNumber": 19510875 }
20+
"SpokePoolVerifier": { "address": "0xB4A8d45647445EA9FC3E1058096142390683dBC2", "blockNumber": 19510875 },
21+
"Mode_Adapter": { "address": "0xf1B59868697f3925b72889ede818B9E7ba0316d0", "blockNumber": 19914094 }
2122
},
2223
"4": {
2324
"Arbitrum_Adapter": { "address": "0x18F4D98C7CeA6Ab934F2976c2a98009A529d8F49", "blockNumber": 10367195 },
@@ -89,6 +90,10 @@
8990
"1inch_SwapAndBridge": { "address": "0x7CFaBF2eA327009B39f40078011B0Fb714b65926", "blockNumber": 14450808 },
9091
"UniswapV3_SwapAndBridge": { "address": "0xbcfbCE9D92A516e3e7b0762AE218B4194adE34b4", "blockNumber": 14450714 }
9192
},
93+
"34443": {
94+
"SpokePool": { "address": "0x3baD7AD0728f9917d1Bf08af5782dCbD516cDd96", "blockNumber": 8043187 },
95+
"SpokePoolVerifier": { "address": "0xB4A8d45647445EA9FC3E1058096142390683dBC2", "blockNumber": 8038567 }
96+
},
9297
"42161": {
9398
"SpokePool": { "address": "0xe35e9842fceaCA96570B734083f4a58e8F7C5f2A", "blockNumber": 83868041 },
9499
"SpokePoolVerifier": { "address": "0xB4A8d45647445EA9FC3E1058096142390683dBC2", "blockNumber": 194021369 },

deployments/mainnet/Mode_Adapter.json

Lines changed: 301 additions & 0 deletions
Large diffs are not rendered by default.

deployments/mainnet/solcInputs/e38c86e74528d2bb60e1415f3fd3783c.json

Lines changed: 526 additions & 0 deletions
Large diffs are not rendered by default.

deployments/mode/.chainId

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
34443

0 commit comments

Comments
 (0)