Skip to content

Commit

Permalink
Disable router protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd committed Feb 28, 2024
1 parent 477e00b commit 846590e
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions src/data/bridgeNetworkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -816,34 +816,34 @@ export default [
},
destinationChain: "Ethereum",
},
{
id: 54,
displayName: "Nitro (by Router)",
bridgeDbName: "router",
iconLink: "protocols:router-protocol",
largeTxThreshold: 10000,
url: "https://www.routerprotocol.com/",
chains: [
"Ethereum",
"Avalanche",
"BSC",
"Fantom",
"Linea",
"Base",
"Polygon",
"Arbitrum",
"Aurora",
"Polygon zkEVM",
"zkSync Era",
"Manta",
"Mantle",
"Rootstock",
],
chainMapping: {
"zksync era": "era",
"polygon zkevm": "polygon_zkevm",
rootstock: "rsk",
avalanche: "avax",
},
},
// {
// id: 54,
// displayName: "Nitro (by Router)",
// bridgeDbName: "router",
// iconLink: "protocols:router-protocol",
// largeTxThreshold: 10000,
// url: "https://www.routerprotocol.com/",
// chains: [
// "Ethereum",
// "Avalanche",
// "BSC",
// "Fantom",
// "Linea",
// "Base",
// "Polygon",
// "Arbitrum",
// "Aurora",
// "Polygon zkEVM",
// "zkSync Era",
// "Manta",
// "Mantle",
// "Rootstock",
// ],
// chainMapping: {
// "zksync era": "era",
// "polygon zkevm": "polygon_zkevm",
// rootstock: "rsk",
// avalanche: "avax",
// },
// },
] as BridgeNetwork[];

0 comments on commit 846590e

Please sign in to comment.