mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-08 00:48:01 +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).")
|
||||
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 =>
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user