add synesthesia network (#7486)

This commit is contained in:
Marko
2020-11-03 22:25:05 +01:00
committed by GitHub
parent 20d91a915f
commit be82ab6d13
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -472,6 +472,8 @@ ss58_address_format!(
(13, "substratee", "Any SubstraTEE off-chain network private account (*25519).")
TotemAccount =>
(14, "totem", "Any Totem Live Accounting network standard account (*25519).")
SynesthesiaAccount =>
(15, "synesthesia", "Synesthesia mainnet, standard account (*25519).")
KulupuAccount =>
(16, "kulupu", "Kulupu mainnet, standard account (*25519).")
DarkAccount =>
+9
View File
@@ -145,6 +145,15 @@
"standardAccount": "*25519",
"website": "https://totemaccounting.com"
},
{
"prefix": 15,
"network": "synesthesia",
"displayName": "Synesthesia",
"symbols": ["SYN"],
"decimals": [12],
"standardAccount": "*25519",
"website": "https://synesthesia.network/"
},
{
"prefix": 16,
"network": "kulupu",