We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9cf7f commit 6a34b24Copy full SHA for 6a34b24
primitives/core/src/crypto.rs
@@ -467,6 +467,10 @@ ss58_address_format!(
467
(18, "darwinia", "Darwinia Chain mainnet, standard account (*25519).")
468
StafiAccount =>
469
(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).")
474
ShiftNrg =>
475
(23, "shift", "ShiftNrg mainnet, standard account (*25519).")
476
SubsocialAccount =>
0 commit comments