Skip to content

Commit 6a34b24

Browse files
loveshthadouk
authored andcommitted
Add Dock network id for address generation (paritytech#6714)
Taking 21 and 22 for testnet and mainnet Signed-off-by: lovesh <lovesh.bond@gmail.com>
1 parent 7d9cf7f commit 6a34b24

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

primitives/core/src/crypto.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,10 @@ ss58_address_format!(
467467
(18, "darwinia", "Darwinia Chain mainnet, standard account (*25519).")
468468
StafiAccount =>
469469
(20, "stafi", "Stafi mainnet, standard account (*25519).")
470+
DockTestAccount =>
471+
(21, "dock-testnet", "Dock testnet, standard account (*25519).")
472+
DockMainAccount =>
473+
(22, "dock-mainnet", "Dock mainnet, standard account (*25519).")
470474
ShiftNrg =>
471475
(23, "shift", "ShiftNrg mainnet, standard account (*25519).")
472476
SubsocialAccount =>

0 commit comments

Comments
 (0)