Skip to content

Commit

Permalink
Disable Wanbridge
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd committed Jan 2, 2024
1 parent 393d6a3 commit 1c21635
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions src/data/bridgeNetworkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default [
"Optimism",
"Arbitrum",
"Base",
"Solana"
"Solana",
],
chainMapping: {
avalanche: "avax", // this is needed temporarily, need to fix and remove
Expand Down Expand Up @@ -590,43 +590,43 @@ export default [
"polygon zkevm": "polygon_zkevm",
},
},
{
id: 41,
displayName: "WanBridge",
bridgeDbName: "wanbridge",
iconLink: "icons:wanbridge",
largeTxThreshold: 10000,
url: "https://bridge.wanchain.org",
chains: [
"Ethereum",
"Polygon",
"Fantom",
"Avalanche",
"Arbitrum",
"Optimism",
"BSC",
"Moonbeam",
"Moonriver",
// "FunctionX",
"Telos",
// "Okexchain",
// "Horizen",
"Metis",
"Astar",
"Vinuchain",
// "Tron",
// "Wanchain",
// "Clover",
"Gather",
"XDC",
],
chainMapping: {
avalanche: "avax",
vinuchain: "vinu",
// clover: "clv",
gather: "gth",
},
},
// {
// id: 41,
// displayName: "WanBridge",
// bridgeDbName: "wanbridge",
// iconLink: "icons:wanbridge",
// largeTxThreshold: 10000,
// url: "https://bridge.wanchain.org",
// chains: [
// "Ethereum",
// "Polygon",
// "Fantom",
// "Avalanche",
// "Arbitrum",
// "Optimism",
// "BSC",
// "Moonbeam",
// "Moonriver",
// // "FunctionX",
// "Telos",
// // "Okexchain",
// // "Horizen",
// "Metis",
// "Astar",
// "Vinuchain",
// // "Tron",
// // "Wanchain",
// // "Clover",
// "Gather",
// "XDC",
// ],
// chainMapping: {
// avalanche: "avax",
// vinuchain: "vinu",
// // clover: "clv",
// gather: "gth",
// },
// },
{
id: 42,
displayName: "pNetwork",
Expand Down

0 comments on commit 1c21635

Please sign in to comment.