Skip to content

Commit

Permalink
update spec version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Sep 21, 2023
1 parent e77a94a commit ac9a9a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -164,7 +164,7 @@ export const crabDVMConfig: DVMChainConfig = {
},
],
ss58Prefix: 42,
specVersion: 6400,
specVersion: 6402,
wallets: ['metamask', 'mathwallet-ethereum'],
hidden: true,
};
2 changes: 1 addition & 1 deletion packages/shared/config/network/darwinia-dvm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ export const darwiniaDVMConfig: DVMChainConfig = {
*/
],
ss58Prefix: 18,
specVersion: 6400,
specVersion: 6402,
wallets: ['metamask', 'mathwallet-ethereum'],
};

0 comments on commit ac9a9a1

Please sign in to comment.