Skip to content

Commit f23c601

Browse files
authored
core: added mantle token bridge address (#586)
1 parent 32b00c5 commit f23c601

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

core/base/src/constants/contracts/tokenBridge.ts

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export const tokenBridgeContracts = [[
3434
["Wormchain", "wormhole1466nf3zuxpya8q9emxukd7vftaf6h4psr0a07srl5zw74zh84yjq4lyjmh"],
3535
["Blast", "0x24850c6f61C438823F01B7A3BF2B89B72174Fa9d"],
3636
["Scroll", "0x24850c6f61C438823F01B7A3BF2B89B72174Fa9d"],
37+
["Mantle", "0x24850c6f61C438823F01B7A3BF2B89B72174Fa9d"],
3738
]], [
3839
"Testnet", [
3940
["Solana", "DZnkkTmCiFWfYTfT41X3Rd1kDgozqzxWaHqsw6W4x2oe"],

core/base/src/constants/rpc.ts

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const rpcConfig = [[
4343
["Xlayer", "https://xlayerrpc.okx.com/"],
4444
["Gnosis", "https://rpc.ankr.com/gnosis"],
4545
["Rootstock", "https://public-node.rsk.co"],
46+
["Mantle", "https://rpc.mantle.xyz"],
4647
]], [
4748
"Testnet", [
4849
["Ethereum", "https://eth-goerli.public.blastapi.io"],

0 commit comments

Comments
 (0)