Skip to content

Commit

Permalink
Add Dock network id for address generation (paritytech#6714)
Browse files Browse the repository at this point in the history
Taking 21 and 22 for testnet and mainnet

Signed-off-by: lovesh <lovesh.bond@gmail.com>
  • Loading branch information
lovesh authored and thadouk committed Sep 10, 2020
1 parent 7d9cf7f commit 6a34b24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions primitives/core/src/crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,10 @@ ss58_address_format!(
(18, "darwinia", "Darwinia Chain mainnet, standard account (*25519).")
StafiAccount =>
(20, "stafi", "Stafi mainnet, standard account (*25519).")
DockTestAccount =>
(21, "dock-testnet", "Dock testnet, standard account (*25519).")
DockMainAccount =>
(22, "dock-mainnet", "Dock mainnet, standard account (*25519).")
ShiftNrg =>
(23, "shift", "ShiftNrg mainnet, standard account (*25519).")
SubsocialAccount =>
Expand Down

0 comments on commit 6a34b24

Please sign in to comment.