Skip to content

Commit

Permalink
BEXP-1810 - add taiko
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas BERNARD committed Jun 20, 2024
1 parent c863cff commit 9963151
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/adapters/rhinofi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const bridgesAddress = {
mode: "0x5e023c31e1d3dcd08a1b3e8c96f6ef8aa8fcacd1",
blast: "0x5e023c31e1d3dcd08a1b3e8c96f6ef8aa8fcacd1",
xlayer: "0x5e023c31e1d3dcd08a1b3e8c96f6ef8aa8fcacd1",
taiko: "0x1df2de291f909baa50c1456c87c71edf9fb199d5",
} as const;

type SupportedChains = keyof typeof bridgesAddress;
Expand Down Expand Up @@ -94,6 +95,7 @@ const adapter: BridgeAdapter = {
mode: constructParams("mode"),
blast: constructParams("blast"),
'x layer': constructParams("xlayer"),
taiko: constructParams("taiko"),
};

export default adapter;
3 changes: 1 addition & 2 deletions src/data/bridgeNetworkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -618,13 +618,12 @@ export default [
"opBNB",
"Scroll",
"Avalanche",

"Solana",
"Mantle",
"Mode",

"Blast",
"X Layer",
"Taiko",
],
chainMapping: {
"arbitrum nova": "arbitrum_nova",
Expand Down

0 comments on commit 9963151

Please sign in to comment.