Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
refactor: disable Darwinia<>Ethereum (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored Mar 15, 2024
1 parent 77ffc23 commit 6597247
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/chains/darwinia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export const darwiniaChain: ChainConfig = {
bridge: { category: "helix-sub2ethv2(lock)" },
action: "issue",
min: 1000000000000000000000000n,
hidden: true,
},
],
},
Expand All @@ -92,6 +93,7 @@ export const darwiniaChain: ChainConfig = {
target: { network: "ethereum", symbol: "KTON" },
bridge: { category: "helix-sub2ethv2(lock)" },
action: "issue",
hidden: true,
},
],
},
Expand Down
2 changes: 2 additions & 0 deletions src/config/chains/ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const ethereumChain: ChainConfig = {
target: { network: "darwinia-dvm", symbol: "RING" },
bridge: { category: "helix-sub2ethv2(unlock)" },
action: "redeem",
hidden: true,
},
],
},
Expand All @@ -59,6 +60,7 @@ export const ethereumChain: ChainConfig = {
target: { network: "darwinia-dvm", symbol: "KTON" },
bridge: { category: "helix-sub2ethv2(unlock)" },
action: "redeem",
hidden: true,
},
],
},
Expand Down

0 comments on commit 6597247

Please sign in to comment.