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
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 committed Sep 1, 2020
1 parent a51ae65 commit 0c9c03a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions primitives/core/src/crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -467,12 +467,19 @@ ss58_address_format!(
(18, "darwinia", "Darwinia Chain mainnet, standard account (*25519).")
StafiAccount =>
(20, "stafi", "Stafi mainnet, standard account (*25519).")
<<<<<<< HEAD
ShiftNrg =>
(23, "shift", "ShiftNrg mainnet, standard account (*25519).")
SubsocialAccount =>
(28, "subsocial", "Subsocial network, standard account (*25519).")
PhalaAccount =>
(30, "phala", "Phala Network, standard account (*25519).")
=======
DockTestAccount =>
(21, "dock-testnet", "Dock testnet, standard account (*25519).")
DockMainAccount =>
(22, "dock-mainnet", "Dock mainnet, standard account (*25519).")
>>>>>>> 9f184d876... Add Dock network id for address generation
RobonomicsAccount =>
(32, "robonomics", "Any Robonomics network standard account (*25519).")
DataHighwayAccount =>
Expand Down

0 comments on commit 0c9c03a

Please sign in to comment.