From d18c6a5200354e1c8b4da8d08c82a5a06e2a024e Mon Sep 17 00:00:00 2001 From: Logan Saether Date: Fri, 23 Jul 2021 02:53:57 +0200 Subject: [PATCH] Add Zeitgeist ss58 prefix 73 reservation (#8509) --- substrate/primitives/core/src/crypto.rs | 2 ++ substrate/ss58-registry.json | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/substrate/primitives/core/src/crypto.rs b/substrate/primitives/core/src/crypto.rs index fcf5c65c0a..a9f4195684 100644 --- a/substrate/primitives/core/src/crypto.rs +++ b/substrate/primitives/core/src/crypto.rs @@ -586,6 +586,8 @@ ss58_address_format!( (67, "equilibrium", "Equilibrium Network, standard account (*25519).") SoraAccount => (69, "sora", "SORA Network, standard account (*25519).") + ZeitgeistAccount => + (73, "zeitgeist", "Zeitgeist network, standard account (*25519).") MantaAccount => (77, "manta", "Manta Network, standard account (*25519).") CalamariAccount => diff --git a/substrate/ss58-registry.json b/substrate/ss58-registry.json index e46d097e25..23aab7ea0c 100644 --- a/substrate/ss58-registry.json +++ b/substrate/ss58-registry.json @@ -486,6 +486,15 @@ "decimals": [18], "standardAccount": "*25519", "website": "https://sora.org" + }, + { + "prefix": 73, + "network": "zeitgeist", + "displayName": "Zeitgeist", + "symbols": ["ZTG"], + "decimals": [10], + "standardAccount": "*25519", + "website": "https://zeitgeist.pm" }, { "prefix": 77,