mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 09:21:02 +00:00
Add OriginTrail Parachain to SS58 Registry (#9067)
* Add OriginTrail Parachain to SS58 Registry * Update ss58-registry.json Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -588,6 +588,8 @@ ss58_address_format!(
|
|||||||
(98, "polkasmith", "PolkaSmith Canary Network, standard account (*25519).")
|
(98, "polkasmith", "PolkaSmith Canary Network, standard account (*25519).")
|
||||||
PolkaFoundry =>
|
PolkaFoundry =>
|
||||||
(99, "polkafoundry", "PolkaFoundry Network, standard account (*25519).")
|
(99, "polkafoundry", "PolkaFoundry Network, standard account (*25519).")
|
||||||
|
OriginTrailAccount =>
|
||||||
|
(101, "origintrail-parachain", "OriginTrail Parachain, ethereumm account (ECDSA).")
|
||||||
SocialAccount =>
|
SocialAccount =>
|
||||||
(252, "social-network", "Social Network, standard account (*25519).")
|
(252, "social-network", "Social Network, standard account (*25519).")
|
||||||
Moonbeam =>
|
Moonbeam =>
|
||||||
|
|||||||
@@ -522,7 +522,16 @@
|
|||||||
"decimals": [18],
|
"decimals": [18],
|
||||||
"standardAccount": "*25519",
|
"standardAccount": "*25519",
|
||||||
"website": "https://polkafoundry.com"
|
"website": "https://polkafoundry.com"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"prefix": 101,
|
||||||
|
"network": "origintrail-parachain",
|
||||||
|
"displayName": "OriginTrail Parachain",
|
||||||
|
"symbols": ["TRAC"],
|
||||||
|
"decimals": [18],
|
||||||
|
"standardAccount": "secp256k1",
|
||||||
|
"website": "https://origintrail.io"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"prefix": 252,
|
"prefix": 252,
|
||||||
"network": "social-network",
|
"network": "social-network",
|
||||||
|
|||||||
Reference in New Issue
Block a user