Related to #7439 Add Totem ss58 address (#7442)

This commit is contained in:
Chris D'Costa
2020-10-28 13:22:16 +01:00
committed by GitHub
parent eb9ea9e8a3
commit be1bc19be0
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -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 =>
+9
View File
@@ -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",