add heiko, parallel to ss58 registry (#9254)

This commit is contained in:
Yang Zhou
2021-07-07 02:21:45 +08:00
committed by GitHub
parent 4f5d3b334e
commit bdfb038dc6
2 changed files with 22 additions and 0 deletions
+4
View File
@@ -589,6 +589,10 @@ ss58_address_format!(
(99, "polkafoundry", "PolkaFoundry Network, standard account (*25519).")
OriginTrailAccount =>
(101, "origintrail-parachain", "OriginTrail Parachain, ethereumm account (ECDSA).")
HeikoAccount =>
(110, "heiko", "Heiko, session key (*25519).")
ParallelAccount =>
(172, "parallel", "Parallel, session key (*25519).")
SocialAccount =>
(252, "social-network", "Social Network, standard account (*25519).")
Moonbeam =>
+18
View File
@@ -532,6 +532,15 @@
"standardAccount": "secp256k1",
"website": "https://origintrail.io"
},
{
"prefix": 110,
"network": "heiko",
"displayName": "Heiko",
"symbols": ["HKO"],
"decimals": [12],
"standardAccount": "*25519",
"website": "https://parallel.fi/"
},
{
"prefix": 136,
"network": "altair",
@@ -541,6 +550,15 @@
"standardAccount": "*25519",
"website": "https://centrifuge.io/"
},
{
"prefix": 172,
"network": "parallel",
"displayName": "Parallel",
"symbols": ["PARA"],
"decimals": [12],
"standardAccount": "*25519",
"website": "https://parallel.fi/"
},
{
"prefix": 252,
"network": "social-network",