Skip to content

Commit

Permalink
disable hyperlane
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd authored Nov 6, 2024
1 parent d232390 commit b11e8b2
Showing 1 changed file with 80 additions and 80 deletions.
160 changes: 80 additions & 80 deletions src/data/bridgeNetworkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1609,84 +1609,84 @@ export default [
bitlayer: "btr",
},
},
{
id: 72,
displayName: "Hyperlane",
bridgeDbName: "hyperlane",
iconLink: "icons:hyperlane",
largeTxThreshold: 10000,
url: "https://hyperlane.xyz/",
chains: [
"Aleph Zero EVM",
"Ancient8",
"Arbitrum",
"Arthera",
"Astar",
"Astar zkEVM",
"Avalanche",
"Base",
"Bitlayer",
"Blast",
"BOB",
"BSC",
"Celo",
// "CheeseChain",
"Chiliz",
"Core",
"Cyber",
"Degen",
"Dogechain",
"Endurance",
"Ethereum",
"Everclear",
"Flare",
"Forma",
"Fraxtal",
"Fuse",
"Gnosis",
"Immutable zkEVM",
"Injective EVM",
"KalyChain",
"Kroma",
"Linea",
"Lisk",
"LUKSO",
// "Lumia Prism",
"Manta",
"Mantle",
"Merlin",
"Metis",
"Mint",
"Mode",
"Molten",
"Moonbeam",
"Oort",
"Optimism",
"Polygon",
"Polygon zkEVM",
"Proof of Play Apex",
"PulseChain",
"RARI Chain",
"re.al",
"Redstone",
"Rootstock",
"Sanko",
"Scroll",
"Sei",
"Shibarium",
"Superposition",
"Taiko",
"Tangle",
"Viction",
"World Chain",
"Xai",
"X Layer",
"ZetaChain",
"Zircuit",
"Zora",
],
chainMapping: {
avalanche: "avax",
},
},
// {
// id: 72,
// displayName: "Hyperlane",
// bridgeDbName: "hyperlane",
// iconLink: "icons:hyperlane",
// largeTxThreshold: 10000,
// url: "https://hyperlane.xyz/",
// chains: [
// "Aleph Zero EVM",
// "Ancient8",
// "Arbitrum",
// "Arthera",
// "Astar",
// "Astar zkEVM",
// "Avalanche",
// "Base",
// "Bitlayer",
// "Blast",
// "BOB",
// "BSC",
// "Celo",
// // "CheeseChain",
// "Chiliz",
// "Core",
// "Cyber",
// "Degen",
// "Dogechain",
// "Endurance",
// "Ethereum",
// "Everclear",
// "Flare",
// "Forma",
// "Fraxtal",
// "Fuse",
// "Gnosis",
// "Immutable zkEVM",
// "Injective EVM",
// "KalyChain",
// "Kroma",
// "Linea",
// "Lisk",
// "LUKSO",
// // "Lumia Prism",
// "Manta",
// "Mantle",
// "Merlin",
// "Metis",
// "Mint",
// "Mode",
// "Molten",
// "Moonbeam",
// "Oort",
// "Optimism",
// "Polygon",
// "Polygon zkEVM",
// "Proof of Play Apex",
// "PulseChain",
// "RARI Chain",
// "re.al",
// "Redstone",
// "Rootstock",
// "Sanko",
// "Scroll",
// "Sei",
// "Shibarium",
// "Superposition",
// "Taiko",
// "Tangle",
// "Viction",
// "World Chain",
// "Xai",
// "X Layer",
// "ZetaChain",
// "Zircuit",
// "Zora",
// ],
// chainMapping: {
// avalanche: "avax",
// },
// },
] as BridgeNetwork[];

0 comments on commit b11e8b2

Please sign in to comment.