Skip to content
Snippets Groups Projects
Commit 889b4899 authored by Lovesh Harchandani's avatar Lovesh Harchandani Committed by GitHub
Browse files

Add Dock network id for address generation (#6714)


Taking 21 and 22 for testnet and mainnet

Signed-off-by: default avatarlovesh <lovesh.bond@gmail.com>
parent a1371609
No related merge requests found
......@@ -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 =>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment