Skip to content

Commit

Permalink
Remove chainMapping for tko
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd committed Sep 3, 2024
1 parent 1ea016e commit fcd4a9f
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions src/data/bridgeNetworkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,18 +326,7 @@ export default [
iconLink: "icons:across",
largeTxThreshold: 10000,
url: "https://across.to/",
chains: [
"Ethereum",
"Polygon",
"Optimism",
"ZKsync Era",
"Base",
"Arbitrum",
"Linea",
"Mode",
"Blast",
"Scroll"
],
chains: ["Ethereum", "Polygon", "Optimism", "ZKsync Era", "Base", "Arbitrum", "Linea", "Mode", "Blast", "Scroll"],
chainMapping: {
"zksync era": "era",
},
Expand Down Expand Up @@ -977,7 +966,7 @@ export default [
"X Layer",
// "Numbers",
"Taiko",
"Cronos zkEVM"
"Cronos zkEVM",
],
chainMapping: {
"zksync era": "era",
Expand Down Expand Up @@ -1162,7 +1151,6 @@ export default [
"zksync era": "era",
"polygon zkevm": "polygon_zkevm",
bitlayer: "btr",
taiko: "tko-mainnet",
// bsquared: "b2-mainnet",
// "x layer": "xlayer",
// bouncebit: "bouncebit-mainnet",
Expand Down

0 comments on commit fcd4a9f

Please sign in to comment.