mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 15:51:12 +00:00
Manta Network ss58 address registration (#8706)
* manta network ss58 address registration * minor
This commit is contained in:
@@ -579,6 +579,10 @@ ss58_address_format!(
|
||||
(67, "equilibrium", "Equilibrium Network, standard account (*25519).")
|
||||
SoraAccount =>
|
||||
(69, "sora", "SORA Network, standard account (*25519).")
|
||||
MantaAccount =>
|
||||
(77, "manta", "Manta Network, standard account (*25519).")
|
||||
CalamariAccount =>
|
||||
(78, "calamari", "Manta Canary Network, standard account (*25519).")
|
||||
SocialAccount =>
|
||||
(252, "social-network", "Social Network, standard account (*25519).")
|
||||
BasiliskAccount =>
|
||||
|
||||
@@ -487,6 +487,24 @@
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://sora.org"
|
||||
},
|
||||
{
|
||||
"prefix": 77,
|
||||
"network": "manta",
|
||||
"displayName": "Manta network",
|
||||
"symbols": ["MA"],
|
||||
"decimals": [12],
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://manta.network"
|
||||
},
|
||||
{
|
||||
"prefix": 78,
|
||||
"network": "calamari",
|
||||
"displayName": "Calamari: Manta Canary Network",
|
||||
"symbols": ["KMA"],
|
||||
"decimals": [12],
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://manta.network"
|
||||
},
|
||||
{
|
||||
"prefix": 252,
|
||||
"network": "social-network",
|
||||
|
||||
Reference in New Issue
Block a user