Skip to content

Commit

Permalink
Update bridgeNetworkData.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd authored Oct 18, 2024
1 parent 622e8de commit 5f2c913
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions src/data/bridgeNetworkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,32 +122,7 @@ export default [
// avalanche: "avax",
// },
// },
{
id: 9,
displayName: "Portal by Wormhole",
bridgeDbName: "portal",
iconLink: "icons:portal",
largeTxThreshold: 10000,
url: "https://portalbridge.com/",
chains: [
"Ethereum",
"Polygon",
"Fantom",
"Avalanche",
"Aurora",
"Celo",
"Klaytn",
"BSC",
"Moonbeam",
"Optimism",
"Arbitrum",
"Base",
"Solana",
],
chainMapping: {
avalanche: "avax", // this is needed temporarily, need to fix and remove
},
},


{
id: 10,
Expand Down

0 comments on commit 5f2c913

Please sign in to comment.