Skip to content

Commit 65feebb

Browse files
authored
Merge pull request #423 from benjamin852/chore/axelar-xrpl-evm
Chore/axelar xrpl evm
2 parents d2f5299 + 8dfe46c commit 65feebb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/adapters/axelar/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ const axelarChains = {
7474
its: "0xB5FB4BE02232B1bBA4dC8f81dc24C26980dE9e3C",
7575
gateway: "0xe432150cce91c13a887f7D836923d5597adD8E31",
7676
},
77+
xrplevm: {
78+
its: "0xB5FB4BE02232B1bBA4dC8f81dc24C26980dE9e3C",
79+
gateway: "0xe432150cce91c13a887f7D836923d5597adD8E31",
80+
},
7781
polygon: {
7882
its: "0xB5FB4BE02232B1bBA4dC8f81dc24C26980dE9e3C",
7983
gateway: "0x6f015F16De9fC8791b234eF68D486d2bF203FBA8",
@@ -358,6 +362,7 @@ const adapter: BridgeAdapter = {
358362
mantle: constructParams("mantle"),
359363
moonbeam: constructParams("moonbeam"),
360364
optimism: constructParams("optimism"),
365+
xrplevm: constructParams("xrplevm"),
361366
polygon: constructParams("polygon"),
362367
scroll: constructParams("scroll"),
363368
};

0 commit comments

Comments
 (0)