Skip to content

Commit

Permalink
restore darwinia network
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Sep 20, 2023
1 parent f95aaf1 commit e77a94a
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions packages/shared/config/network/darwinia-dvm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ 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 @@ -78,25 +80,10 @@ export const darwiniaDVMConfig: DVMChainConfig = {
symbol: 'KTON',
address: '0x0000000000000000000000000000000000000402',
},
/*
{
name: 'xWCRAB',
cross: [
/*
{
category: 'helixLpBridge',
bridge: 'crab-darwinia',
partner: { name: 'crab-dvm', role: 'backing', symbol: 'WCRAB' },
basefee: 1.1,
index: 0,
},
{
category: 'helixLpBridge',
bridge: 'crab-darwinia',
partner: { name: 'crab-dvm', role: 'backing', symbol: 'CRAB' },
basefee: 1.1,
index: 0,
},
*/
{
category: 'helix',
bridge: 'crabDVM-darwiniaDVM',
Expand All @@ -110,9 +97,9 @@ export const darwiniaDVMConfig: DVMChainConfig = {
symbol: 'xWCRAB',
address: '0x656567Eb75b765FC320783cc6EDd86bD854b2305',
},
*/
],
ss58Prefix: 18,
specVersion: 6400,
wallets: ['metamask', 'mathwallet-ethereum'],
hidden: true,
};

0 comments on commit e77a94a

Please sign in to comment.