Skip to content

Commit

Permalink
rmv wanbridge
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd committed Oct 13, 2023
1 parent 6f4c243 commit 7511bd6
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 38 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ts-loader": "^9.3.1"
},
"dependencies": {
"@defillama/sdk": "^4.0.64",
"@defillama/sdk": "^4.0.43",
"async-retry": "^1.3.1",
"axios": "^0.21.0",
"axios-rate-limit": "^1.3.0",
Expand All @@ -30,7 +30,6 @@
"graphql-request": "^4.0.0",
"node-fetch": "^2.6.7",
"postgres": "^3.2.4",
"serverless-webpack": "^5.8.0",
"typescript": "^5.2.2"
"serverless-webpack": "^5.8.0"
}
}
68 changes: 34 additions & 34 deletions src/data/bridgeNetworkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -584,38 +584,38 @@ export default [
"polygon zkevm": "polygon_zkevm",
},
},
{
id: 40,
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",
},
},
// {
// id: 40,
// 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",
// },
// },
] as BridgeNetwork[];

0 comments on commit 7511bd6

Please sign in to comment.