Skip to content

Commit 5f2c913

Browse files
authored
Update bridgeNetworkData.ts
1 parent 622e8de commit 5f2c913

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

src/data/bridgeNetworkData.ts

+1-26
Original file line numberDiff line numberDiff line change
@@ -122,32 +122,7 @@ export default [
122122
// avalanche: "avax",
123123
// },
124124
// },
125-
{
126-
id: 9,
127-
displayName: "Portal by Wormhole",
128-
bridgeDbName: "portal",
129-
iconLink: "icons:portal",
130-
largeTxThreshold: 10000,
131-
url: "https://portalbridge.com/",
132-
chains: [
133-
"Ethereum",
134-
"Polygon",
135-
"Fantom",
136-
"Avalanche",
137-
"Aurora",
138-
"Celo",
139-
"Klaytn",
140-
"BSC",
141-
"Moonbeam",
142-
"Optimism",
143-
"Arbitrum",
144-
"Base",
145-
"Solana",
146-
],
147-
chainMapping: {
148-
avalanche: "avax", // this is needed temporarily, need to fix and remove
149-
},
150-
},
125+
151126

152127
{
153128
id: 10,

0 commit comments

Comments
 (0)