From 467599df13148d8666a80a109845b88af5ac6a93 Mon Sep 17 00:00:00 2001 From: tuminfei Date: Fri, 8 Jan 2021 21:43:43 +0800 Subject: [PATCH] UniArts reserve SS58 address id 38 (#7651) * UniArts reserve SS58 address id 45 * Update ss58-registry.json Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com> Co-authored-by: Xiang Li Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com> --- substrate/primitives/core/src/crypto.rs | 2 ++ substrate/ss58-registry.json | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/substrate/primitives/core/src/crypto.rs b/substrate/primitives/core/src/crypto.rs index 7943ac1bee..07720b575e 100644 --- a/substrate/primitives/core/src/crypto.rs +++ b/substrate/primitives/core/src/crypto.rs @@ -518,6 +518,8 @@ ss58_address_format!( (43, "reserved43", "Reserved for future use (43).") ChainXAccount => (44, "chainx", "ChainX mainnet, standard account (*25519).") + UniartsAccount => + (45, "uniarts", "UniArts Chain mainnet, standard account (*25519).") Reserved46 => (46, "reserved46", "Reserved for future use (46).") Reserved47 => diff --git a/substrate/ss58-registry.json b/substrate/ss58-registry.json index 30069ab217..ad0c467f77 100644 --- a/substrate/ss58-registry.json +++ b/substrate/ss58-registry.json @@ -370,6 +370,14 @@ "standardAccount": "*25519", "website": "https://chainx.org/" }, + { + "prefix": 45, + "displayName": "UniArts Network", + "symbols": ["UART", "UINK"], + "decimals": [12, 12], + "standardAccount": "*25519", + "website": "https://uniarts.me" + }, { "prefix": 46, "network": "reserved46",