mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 14:11:09 +00:00
@@ -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 =>
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user