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 =>