From 0763716c923e948fed1b2d14ffceee4595bfb7e5 Mon Sep 17 00:00:00 2001 From: kotlarmilos Date: Thu, 24 Jun 2021 13:18:15 +0200 Subject: [PATCH] Add OriginTrail Parachain to SS58 Registry (#9067) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add OriginTrail Parachain to SS58 Registry * Update ss58-registry.json Co-authored-by: Bastian Köcher Co-authored-by: Bastian Köcher --- substrate/primitives/core/src/crypto.rs | 2 ++ substrate/ss58-registry.json | 11 ++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/substrate/primitives/core/src/crypto.rs b/substrate/primitives/core/src/crypto.rs index 9e3177f249..d9a0a69e16 100644 --- a/substrate/primitives/core/src/crypto.rs +++ b/substrate/primitives/core/src/crypto.rs @@ -588,6 +588,8 @@ ss58_address_format!( (98, "polkasmith", "PolkaSmith Canary Network, standard account (*25519).") PolkaFoundry => (99, "polkafoundry", "PolkaFoundry Network, standard account (*25519).") + OriginTrailAccount => + (101, "origintrail-parachain", "OriginTrail Parachain, ethereumm account (ECDSA).") SocialAccount => (252, "social-network", "Social Network, standard account (*25519).") Moonbeam => diff --git a/substrate/ss58-registry.json b/substrate/ss58-registry.json index 133cb6506f..4d818dfa5b 100644 --- a/substrate/ss58-registry.json +++ b/substrate/ss58-registry.json @@ -522,7 +522,16 @@ "decimals": [18], "standardAccount": "*25519", "website": "https://polkafoundry.com" - }, + }, + { + "prefix": 101, + "network": "origintrail-parachain", + "displayName": "OriginTrail Parachain", + "symbols": ["TRAC"], + "decimals": [18], + "standardAccount": "secp256k1", + "website": "https://origintrail.io" + }, { "prefix": 252, "network": "social-network",