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,