Skip to content

Commit

Permalink
Fix helixbridge
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd committed Oct 3, 2024
1 parent df4b381 commit 3c8d51f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/adapters/helixbridge/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const adapter: BridgeAdapter = {
blast: constructParams("blast"),
moonbeam: constructParams("moonbeam"),
base: constructParams("base"),
avalanche: constructParams("avalanche"),
avalanche: constructParams("avax"),
};

export default adapter;
9 changes: 2 additions & 7 deletions src/data/bridgeNetworkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1294,6 +1294,7 @@ export default [
],
chainMapping: {
gnosis: "xdai",
avalanche: "avax",
},
},
{
Expand Down Expand Up @@ -1491,12 +1492,6 @@ export default [
iconLink: "icons:crowdswap",
largeTxThreshold: 10000,
url: "https://scanner.crowdswap.org/",
chains: [
"Ethereum",
"Arbitrum",
"Optimism",
"BSC",
"Polygon"
]
chains: ["Ethereum", "Arbitrum", "Optimism", "BSC", "Polygon"],
},
] as BridgeNetwork[];

0 comments on commit 3c8d51f

Please sign in to comment.