Skip to content

Commit

Permalink
Merge pull request #325 from nova577metaverse/master
Browse files Browse the repository at this point in the history
feat: update orbiter support chains
  • Loading branch information
vrtnd authored Jan 8, 2025
2 parents e999e04 + d9e6b24 commit 1bf2de7
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 18 deletions.
31 changes: 24 additions & 7 deletions src/adapters/orbiter/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,29 @@ const adapter: BridgeAdapter = {
taiko: constructParams("taiko"),
bitlayer: constructParams("btr"),
mantle: constructParams("mantle"),
// zkfair: constructParams("zkfair"), // no etherscan
// bsquared: constructParams("b2-mainnet"), // no etherscan
// bouncebit: constructParams("bouncebit-mainnet"), // no etherscan
// 'x layer': constructParams("xlayer"), // no etherscan
// opbnb: constructParams("op_bnb"), //no etherscan
// mode: constructParams("mode"), // no etherscan
// manta: constructParams("manta"), // no etherscan
cyber: constructParams("cyeth"),
mint: constructParams("mint"),
zircuit: constructParams("zircuit"),
fraxtal: constructParams("fraxtal"),
fuse: constructParams("fuse"),
gravity: constructParams("gravity"),
matchain: constructParams("matchain"),
lisk: constructParams("lisk"),
kaia: constructParams("klaytn"),
"world chain": constructParams("wc"),
morph: constructParams("morph"),
bob: constructParams("bob"),
ink: constructParams("ink"),
bsquared: constructParams("bsquared"),
opbnb: constructParams("op_bnb"),
bouncebit: constructParams("bouncebit"),
zora: constructParams("zora"),
kroma: constructParams("kroma"),
zetachain: constructParams("zeta"),
zkfair: constructParams("zkfair"),
'x layer': constructParams("xlayer"),
mode: constructParams("mode"),
manta: constructParams("manta"),
avalanche: constructParams("avax"),
};
export default adapter;
43 changes: 32 additions & 11 deletions src/data/bridgeNetworkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1134,23 +1134,44 @@ export default [
"BSC",
"Taiko",
"Mantle",
// "Zkfair",
// "BSquared",
// "Bouncebit",
// "X Layer",
// "opBNB",
// "Mode",
// "Manta",
"Cyber",
"Mint",
"Zircuit",
"Fraxtal",
"Fuse",
"Gravity",
"Matchain",
"Lisk",
"Kaia",
"World Chain",
"Morph",
"BOB",
"Ink",
"BSquared",
"Bouncebit",
"opBNB",
"Zora",
"Kroma",
"ZetaChain",
"Zkfair",
"X Layer",
"Mode",
"Manta",
"Avalanche",
],
chainMapping: {
"arbitrum nova": "arbitrum_nova",
"zksync era": "era",
"polygon zkevm": "polygon_zkevm",
bitlayer: "btr",
// bsquared: "b2-mainnet",
// "x layer": "xlayer",
// bouncebit: "bouncebit-mainnet",
// opbnb: "op_bnb",
"cyber":"cyeth",
"kaia":"klaytn",
"world chain": "wc",
bsquared: "b2-mainnet",
"x layer": "xlayer",
bouncebit: "bouncebit-mainnet",
opbnb: "op_bnb",
avalanche: "avax",
},
},
{
Expand Down

0 comments on commit 1bf2de7

Please sign in to comment.