diff --git a/substrate/primitives/core/src/crypto.rs b/substrate/primitives/core/src/crypto.rs index b685c28c67..c1490f882b 100644 --- a/substrate/primitives/core/src/crypto.rs +++ b/substrate/primitives/core/src/crypto.rs @@ -470,6 +470,8 @@ ss58_address_format!( (12, "polymath", "Polymath network, standard account (*25519).") SubstraTeeAccount => (13, "substratee", "Any SubstraTEE off-chain network private account (*25519).") + TotemAccount => + (14, "totem", "Any Totem Live Accounting network standard account (*25519).") KulupuAccount => (16, "kulupu", "Kulupu mainnet, standard account (*25519).") DarkAccount => diff --git a/substrate/ss58-registry.json b/substrate/ss58-registry.json index 2485137076..d4286145a1 100644 --- a/substrate/ss58-registry.json +++ b/substrate/ss58-registry.json @@ -136,6 +136,15 @@ "standardAccount": "*25519", "website": "https://www.substratee.com" }, + { + "prefix": 14, + "network": "totem", + "displayName": "Totem", + "symbols": ["XTX"], + "decimals": [0], + "standardAccount": "*25519", + "website": "https://totemaccounting.com" + }, { "prefix": 16, "network": "kulupu",