diff --git a/src/data/bridgeNetworkData.ts b/src/data/bridgeNetworkData.ts index a0c4a58c..9c27dd53 100644 --- a/src/data/bridgeNetworkData.ts +++ b/src/data/bridgeNetworkData.ts @@ -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[];