mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 09:51:10 +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).")
|
(67, "equilibrium", "Equilibrium Network, standard account (*25519).")
|
||||||
SoraAccount =>
|
SoraAccount =>
|
||||||
(69, "sora", "SORA Network, standard account (*25519).")
|
(69, "sora", "SORA Network, standard account (*25519).")
|
||||||
|
ZeitgeistAccount =>
|
||||||
|
(73, "zeitgeist", "Zeitgeist network, standard account (*25519).")
|
||||||
MantaAccount =>
|
MantaAccount =>
|
||||||
(77, "manta", "Manta Network, standard account (*25519).")
|
(77, "manta", "Manta Network, standard account (*25519).")
|
||||||
CalamariAccount =>
|
CalamariAccount =>
|
||||||
|
|||||||
@@ -486,6 +486,15 @@
|
|||||||
"decimals": [18],
|
"decimals": [18],
|
||||||
"standardAccount": "*25519",
|
"standardAccount": "*25519",
|
||||||
"website": "https://sora.org"
|
"website": "https://sora.org"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"prefix": 73,
|
||||||
|
"network": "zeitgeist",
|
||||||
|
"displayName": "Zeitgeist",
|
||||||
|
"symbols": ["ZTG"],
|
||||||
|
"decimals": [10],
|
||||||
|
"standardAccount": "*25519",
|
||||||
|
"website": "https://zeitgeist.pm"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"prefix": 77,
|
"prefix": 77,
|
||||||
|
|||||||
Reference in New Issue
Block a user