diff --git a/src/config/chains/darwinia.ts b/src/config/chains/darwinia.ts index 9b21f6d3c..ea73cf7c4 100644 --- a/src/config/chains/darwinia.ts +++ b/src/config/chains/darwinia.ts @@ -68,6 +68,7 @@ export const darwiniaChain: ChainConfig = { bridge: { category: "helix-sub2ethv2(lock)" }, action: "issue", min: 1000000000000000000000000n, + hidden: true, }, ], }, @@ -92,6 +93,7 @@ export const darwiniaChain: ChainConfig = { target: { network: "ethereum", symbol: "KTON" }, bridge: { category: "helix-sub2ethv2(lock)" }, action: "issue", + hidden: true, }, ], }, diff --git a/src/config/chains/ethereum.ts b/src/config/chains/ethereum.ts index 9d28cd1c2..86e9455cc 100644 --- a/src/config/chains/ethereum.ts +++ b/src/config/chains/ethereum.ts @@ -44,6 +44,7 @@ export const ethereumChain: ChainConfig = { target: { network: "darwinia-dvm", symbol: "RING" }, bridge: { category: "helix-sub2ethv2(unlock)" }, action: "redeem", + hidden: true, }, ], }, @@ -59,6 +60,7 @@ export const ethereumChain: ChainConfig = { target: { network: "darwinia-dvm", symbol: "KTON" }, bridge: { category: "helix-sub2ethv2(unlock)" }, action: "redeem", + hidden: true, }, ], },