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 =>
+18
View File
@@ -244,6 +244,24 @@
"standardAccount": "*25519",
"website": "https://zero.io"
},
{
"prefix": 26,
"network": "jupiter",
"displayName": "Jupiter",
"symbols": ["jDOT"],
"decimals": [10],
"standardAccount": "*25519",
"website": "https://jupiter.patract.io"
},
{
"prefix": 27,
"network": "patract",
"displayName": "Patract",
"symbols": ["pDOT", "pKSM"],
"decimals": [10, 12],
"standardAccount": "*25519",
"website": "https://patract.network"
},
{
"prefix": 28,
"network": "subsocial",