We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622e8de commit 5f2c913Copy full SHA for 5f2c913
src/data/bridgeNetworkData.ts
@@ -122,32 +122,7 @@ export default [
122
// avalanche: "avax",
123
// },
124
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
+
151
152
{
153
id: 10,
0 commit comments