Skip to content

Commit

Permalink
support arb<>mantle usdt
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Oct 23, 2023
1 parent 92e2422 commit abe0643
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
14 changes: 13 additions & 1 deletion helix-contract/address/ln-product.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"Eth2ArbSendService": "0x78a6831Da2293fbEFd0d8aFB4D1f7CBB751e0119"
},
"arbitrum": {
"Eth2ArbReceiveService": "0xc95D939Da72ECe8Bd794d42EaEd28974CDb0ADa2"
"Eth2ArbReceiveService": "0xc95D939Da72ECe8Bd794d42EaEd28974CDb0ADa2",
"layerzeroMessager": "0x509354A4ebf98aCC7a65d2264694A65a2938cac9"
},
"mantle": {
"layerzeroMessager": "0x61B6B8c7C00aA7F060a2BEDeE6b11927CC9c3eF1"
}
},
"ProxyAdmin": {
Expand All @@ -26,5 +30,13 @@
"ring": {
"arbitrum": "0x9e523234D36973f9e38642886197D023C88e307e",
"ethereum": "0x9469D013805bFfB7D3DEBe5E7839237e535ec483"
},
"usdt": {
"arbitrum": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
"mantle": "0x201EBa5CC46D216Ce6DC03F6a759e8E766e956aE"
},
"usdc": {
"arbitrum": "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",
"mantle": "0x09Bc4E0D864854c6aFB6eB9A9cdF58aC190D0dF9"
}
}
1 change: 1 addition & 0 deletions helix-contract/deploy/deploy_ln_create2.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ async function main() {
//await deployCreate2Deployer('https://rpc.testnet.mantle.xyz', 'v1.0.0');
//await deployCreate2Deployer('https://rpc.goerli.linea.build', 'v1.0.0');
//await deployCreate2Deployer('https://arb1.arbitrum.io/rpc', 'v1.0.0');
await deployCreate2Deployer('https://rpc.mantle.xyz', 'v1.0.0');
}

main()
Expand Down

0 comments on commit abe0643

Please sign in to comment.