Add ss58 version prefix for Patract/Jupiter (from PatractHubs) (#7785)

This commit is contained in:
Aten
2021-01-16 00:59:29 +08:00
committed by GitHub
parent 79a7673725
commit 660cf13e6d
2 changed files with 22 additions and 0 deletions
+4
View File
@@ -494,6 +494,10 @@ ss58_address_format!(
(24, "zero", "ZERO mainnet, standard account (*25519).")
AlphavilleAccount =>
(25, "alphaville", "ZERO testnet, standard account (*25519).")
JupiterAccount =>
(26, "jupiter", "Jupiter testnet, standard account (*25519).")
PatractAccount =>
(27, "patract", "Patract mainnet, standard account (*25519).")
SubsocialAccount =>
(28, "subsocial", "Subsocial network, standard account (*25519).")
DhiwayAccount =>