mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 21:01:03 +00:00
add heiko, parallel to ss58 registry (#9254)
This commit is contained in:
@@ -589,6 +589,10 @@ ss58_address_format!(
|
|||||||
(99, "polkafoundry", "PolkaFoundry Network, standard account (*25519).")
|
(99, "polkafoundry", "PolkaFoundry Network, standard account (*25519).")
|
||||||
OriginTrailAccount =>
|
OriginTrailAccount =>
|
||||||
(101, "origintrail-parachain", "OriginTrail Parachain, ethereumm account (ECDSA).")
|
(101, "origintrail-parachain", "OriginTrail Parachain, ethereumm account (ECDSA).")
|
||||||
|
HeikoAccount =>
|
||||||
|
(110, "heiko", "Heiko, session key (*25519).")
|
||||||
|
ParallelAccount =>
|
||||||
|
(172, "parallel", "Parallel, session key (*25519).")
|
||||||
SocialAccount =>
|
SocialAccount =>
|
||||||
(252, "social-network", "Social Network, standard account (*25519).")
|
(252, "social-network", "Social Network, standard account (*25519).")
|
||||||
Moonbeam =>
|
Moonbeam =>
|
||||||
|
|||||||
@@ -532,6 +532,15 @@
|
|||||||
"standardAccount": "secp256k1",
|
"standardAccount": "secp256k1",
|
||||||
"website": "https://origintrail.io"
|
"website": "https://origintrail.io"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"prefix": 110,
|
||||||
|
"network": "heiko",
|
||||||
|
"displayName": "Heiko",
|
||||||
|
"symbols": ["HKO"],
|
||||||
|
"decimals": [12],
|
||||||
|
"standardAccount": "*25519",
|
||||||
|
"website": "https://parallel.fi/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"prefix": 136,
|
"prefix": 136,
|
||||||
"network": "altair",
|
"network": "altair",
|
||||||
@@ -541,6 +550,15 @@
|
|||||||
"standardAccount": "*25519",
|
"standardAccount": "*25519",
|
||||||
"website": "https://centrifuge.io/"
|
"website": "https://centrifuge.io/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"prefix": 172,
|
||||||
|
"network": "parallel",
|
||||||
|
"displayName": "Parallel",
|
||||||
|
"symbols": ["PARA"],
|
||||||
|
"decimals": [12],
|
||||||
|
"standardAccount": "*25519",
|
||||||
|
"website": "https://parallel.fi/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"prefix": 252,
|
"prefix": 252,
|
||||||
"network": "social-network",
|
"network": "social-network",
|
||||||
|
|||||||
Reference in New Issue
Block a user