Skip to content

Commit

Permalink
display Helix(Fusion) first for RING Erhereum->Darwinia
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Oct 24, 2023
1 parent 180c1b9 commit 4b078ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/apps/src/config/chains/ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ export const ethereumChain: ChainConfig = {
{ target: { network: "arbitrum", symbol: "RING" }, bridge: { category: "lnbridgev20-default" } },
{
target: { network: "darwinia-dvm", symbol: "RING" },
bridge: { category: "helix-sub2ethv2(unlock)" },
bridge: { category: "lpbridge-ethereum" },
action: "redeem",
baseFee: parseUnits("3000", 18),
index: 0,
},
{
target: { network: "darwinia-dvm", symbol: "RING" },
bridge: { category: "lpbridge-ethereum" },
bridge: { category: "helix-sub2ethv2(unlock)" },
action: "redeem",
baseFee: parseUnits("3000", 18),
index: 0,
},
],
},
Expand Down

0 comments on commit 4b078ba

Please sign in to comment.