From fbb96258d65420cff2adfa3ae05aa5435dd0a857 Mon Sep 17 00:00:00 2001 From: Greg Zaitsev Date: Tue, 19 Oct 2021 23:50:43 +0300 Subject: [PATCH] Add unique network ss58 prefix of 255 (0xFF hex) (#27) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add unique network ss58 prefix of 255 (0xFF hex) * Update Cargo.toml Co-authored-by: Bastian Köcher --- Cargo.toml | 2 +- ss58-registry.json | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 35f2a18..c4ef35e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ss58-registry" authors = ["Parity Technologies "] -version = "1.1.0" +version = "1.2.0" edition = "2018" description = "Registry of known SS58 address types" license = "Apache-2.0" diff --git a/ss58-registry.json b/ss58-registry.json index 423b903..a6bd794 100644 --- a/ss58-registry.json +++ b/ss58-registry.json @@ -622,6 +622,15 @@ "standardAccount": "*25519", "website": "https://social.network" }, + { + "prefix": 255, + "network": "quartz_mainnet", + "displayName": "QUARTZ by UNIQUE", + "symbols": ["QTZ"], + "decimals": [15], + "standardAccount": "*25519", + "website": "https://unique.network" + }, { "prefix": 1284, "network": "moonbeam",