mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 22:21:07 +00:00
add synesthesia network (#7486)
This commit is contained in:
@@ -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 =>
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user