Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 8a9a8f1

Browse files
kotlarmilosbkchr
andauthored
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>
1 parent 76cc00f commit 8a9a8f1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

primitives/core/src/crypto.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,8 @@ ss58_address_format!(
588588
(98, "polkasmith", "PolkaSmith Canary Network, standard account (*25519).")
589589
PolkaFoundry =>
590590
(99, "polkafoundry", "PolkaFoundry Network, standard account (*25519).")
591+
OriginTrailAccount =>
592+
(101, "origintrail-parachain", "OriginTrail Parachain, ethereumm account (ECDSA).")
591593
SocialAccount =>
592594
(252, "social-network", "Social Network, standard account (*25519).")
593595
Moonbeam =>

ss58-registry.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,16 @@
522522
"decimals": [18],
523523
"standardAccount": "*25519",
524524
"website": "https://polkafoundry.com"
525-
},
525+
},
526+
{
527+
"prefix": 101,
528+
"network": "origintrail-parachain",
529+
"displayName": "OriginTrail Parachain",
530+
"symbols": ["TRAC"],
531+
"decimals": [18],
532+
"standardAccount": "secp256k1",
533+
"website": "https://origintrail.io"
534+
},
526535
{
527536
"prefix": 252,
528537
"network": "social-network",

0 commit comments

Comments
 (0)