mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 09:47:56 +00:00
Add Zeitgeist ss58 prefix 73 reservation (#8509)
This commit is contained in:
@@ -586,6 +586,8 @@ ss58_address_format!(
|
||||
(67, "equilibrium", "Equilibrium Network, standard account (*25519).")
|
||||
SoraAccount =>
|
||||
(69, "sora", "SORA Network, standard account (*25519).")
|
||||
ZeitgeistAccount =>
|
||||
(73, "zeitgeist", "Zeitgeist network, standard account (*25519).")
|
||||
MantaAccount =>
|
||||
(77, "manta", "Manta Network, standard account (*25519).")
|
||||
CalamariAccount =>
|
||||
|
||||
@@ -486,6 +486,15 @@
|
||||
"decimals": [18],
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://sora.org"
|
||||
},
|
||||
{
|
||||
"prefix": 73,
|
||||
"network": "zeitgeist",
|
||||
"displayName": "Zeitgeist",
|
||||
"symbols": ["ZTG"],
|
||||
"decimals": [10],
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://zeitgeist.pm"
|
||||
},
|
||||
{
|
||||
"prefix": 77,
|
||||
|
||||
Reference in New Issue
Block a user