Skip to content

Commit

Permalink
Deploy contracts to Mantle (#644)
Browse files Browse the repository at this point in the history
* deploy diamond, facets and periphery to mantle

* verify
  • Loading branch information
ezynda3 authored May 13, 2024
1 parent 748b7e1 commit ab5ba87
Show file tree
Hide file tree
Showing 11 changed files with 396 additions and 3 deletions.
6 changes: 6 additions & 0 deletions config/amarok.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@
"0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f"
]
},
"mantle": {
"chainId": 5000,
"connextHandler": "0x0000000000000000000000000000000000000000",
"domain": "",
"tokensToApprove": []
},
"cronos": {
"chainId": 25,
"connextHandler": "0x0000000000000000000000000000000000000000",
Expand Down
8 changes: 8 additions & 0 deletions config/dexs.json
Original file line number Diff line number Diff line change
Expand Up @@ -575,5 +575,13 @@
"0xfD0af5274aA16C72B7c463B22a435C06DEBbe894",
"0xf471d32cb40837bf24529fcf17418fc1a4807626",
"0x427bFc2E0aa683ec43fbF7861d5F4A74147938d8"
],
"mantle": [
"0xD9F4e85489aDCD0bAF0Cd63b4231c6af58c26745",
"0x6352a56caadC4F1E25CD6c75970Fa768A3304e64",
"0xF048e5816B0C7951AC179f656C5B86e5a79Bd7b5",
"0xc02FFcdD914DbA646704439c6090BAbaD521d04C",
"0xf3552b98BB4234B47674700A99a0308D74B40F51",
"0xF2ee649caB7a0edEdED7a27821B0aCDF77778aeD"
]
}
1 change: 1 addition & 0 deletions config/stargate.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"linea": "0xeCc19E177d24551aA7ed6Bc6FE566eCa726CC8a9",
"metis": "0xeCc19E177d24551aA7ed6Bc6FE566eCa726CC8a9",
"mode": "0x0000000000000000000000000000000000000000",
"mantle": "0x0000000000000000000000000000000000000000",
"scroll": "0x0000000000000000000000000000000000000000",
"localanvil": "0x0000000000000000000000000000000000000000",
"mumbai": "0x0000000000000000000000000000000000000000",
Expand Down
4 changes: 4 additions & 0 deletions config/symbiosis.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,9 @@
"mode": {
"metaRouter": "0xcE8f24A58D85eD5c5A6824f7be1F8d4711A0eb4C",
"gateway": "0xAdB2d3b711Bb8d8Ea92ff70292c466140432c278"
},
"mantle": {
"metaRouter": "0xca506793A420E901BbCa8066be5661E3C52c84c2",
"gateway": "0xd92Ca299F1C2518E78E48C207b64591BA6E9b9a8"
}
}
3 changes: 2 additions & 1 deletion config/tokenwrapper.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
"aurora": "0xc9bdeed33cd01541e1eed10f90519d2c06fe3feb",
"harmony": "0xcf664087a5bb0237a0bad6742852ec6c8d69a27a",
"harmonyTestnet": "0x7466d7d0c21fa05f32f5a0fa27e12bdc06348ce2",
"scroll": "0x5300000000000000000000000000000000000004"
"scroll": "0x5300000000000000000000000000000000000004",
"mantle": "0xdEAddEaDdeadDEadDEADDEAddEADDEAddead1111"
}
Loading

0 comments on commit ab5ba87

Please sign in to comment.