Skip to content

Commit

Permalink
restore bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Sep 21, 2023
1 parent ac9a9a1 commit 24590b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion packages/shared/config/network/crab-dvm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ export const crabDVMConfig: DVMChainConfig = {
ss58Prefix: 42,
specVersion: 6402,
wallets: ['metamask', 'mathwallet-ethereum'],
hidden: true,
hidden: false,
};
4 changes: 0 additions & 4 deletions packages/shared/config/network/darwinia-dvm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,11 @@ export const darwiniaDVMConfig: DVMChainConfig = {
basefee: 1.1,
},
*/
/*
{
category: 'helix',
bridge: 'darwiniaDVM-crabDVM',
partner: { name: 'crab-dvm', role: 'issuing', symbol: 'xWRING' },
},
*/
{
category: 'helix',
bridge: 'substrateDVM-ethereum',
Expand Down Expand Up @@ -80,7 +78,6 @@ export const darwiniaDVMConfig: DVMChainConfig = {
symbol: 'KTON',
address: '0x0000000000000000000000000000000000000402',
},
/*
{
name: 'xWCRAB',
cross: [
Expand All @@ -97,7 +94,6 @@ export const darwiniaDVMConfig: DVMChainConfig = {
symbol: 'xWCRAB',
address: '0x656567Eb75b765FC320783cc6EDd86bD854b2305',
},
*/
],
ss58Prefix: 18,
specVersion: 6402,
Expand Down

0 comments on commit 24590b5

Please sign in to comment.