Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 5fa219d

Browse files
loveshbkchr
authored andcommitted
Add Dock network id for address generation (#6714)
Taking 21 and 22 for testnet and mainnet Signed-off-by: lovesh <lovesh.bond@gmail.com>
1 parent 39d8f4d commit 5fa219d

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)