From ac9a9a1452ac043e7dae767c0e8c67446c43f38e Mon Sep 17 00:00:00 2001 From: xiaoch05 Date: Thu, 21 Sep 2023 18:12:36 +0800 Subject: [PATCH] update spec version --- packages/shared/config/network/crab-dvm.ts | 2 +- packages/shared/config/network/darwinia-dvm.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/shared/config/network/crab-dvm.ts b/packages/shared/config/network/crab-dvm.ts index 55ae02a8b..85dadacbc 100644 --- a/packages/shared/config/network/crab-dvm.ts +++ b/packages/shared/config/network/crab-dvm.ts @@ -164,7 +164,7 @@ export const crabDVMConfig: DVMChainConfig = { }, ], ss58Prefix: 42, - specVersion: 6400, + specVersion: 6402, wallets: ['metamask', 'mathwallet-ethereum'], hidden: true, }; diff --git a/packages/shared/config/network/darwinia-dvm.ts b/packages/shared/config/network/darwinia-dvm.ts index bc3740846..772468818 100644 --- a/packages/shared/config/network/darwinia-dvm.ts +++ b/packages/shared/config/network/darwinia-dvm.ts @@ -100,6 +100,6 @@ export const darwiniaDVMConfig: DVMChainConfig = { */ ], ss58Prefix: 18, - specVersion: 6400, + specVersion: 6402, wallets: ['metamask', 'mathwallet-ethereum'], };