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

Commit

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

Signed-off-by: lovesh <[email protected]>
  • Loading branch information
lovesh authored Sep 8, 2020
1 parent f0f9800 commit 896d4df
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 896d4df

Please sign in to comment.