mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 14:01:06 +00:00
Add SS58 prefix for Automata (#9805)
This commit is contained in:
@@ -617,8 +617,12 @@ ss58_address_format!(
|
|||||||
(1284, "moonbeam", "Moonbeam, session key (*25519).")
|
(1284, "moonbeam", "Moonbeam, session key (*25519).")
|
||||||
Moonriver =>
|
Moonriver =>
|
||||||
(1285, "moonriver", "Moonriver, session key (*25519).")
|
(1285, "moonriver", "Moonriver, session key (*25519).")
|
||||||
|
Automata =>
|
||||||
|
(2349, "automata", "Automata mainnet standard account (*25519).")
|
||||||
BasiliskAccount =>
|
BasiliskAccount =>
|
||||||
(10041, "basilisk", "Basilisk standard account (*25519).")
|
(10041, "basilisk", "Basilisk standard account (*25519).")
|
||||||
|
ContextFree =>
|
||||||
|
(11820, "contextfree", "Automata ContextFree standard account (*25519).")
|
||||||
|
|
||||||
// Note: 16384 and above are reserved.
|
// Note: 16384 and above are reserved.
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -640,6 +640,15 @@
|
|||||||
"standardAccount": "secp256k1",
|
"standardAccount": "secp256k1",
|
||||||
"website": "https://moonbeam.network"
|
"website": "https://moonbeam.network"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"prefix": 2349,
|
||||||
|
"network": "automata",
|
||||||
|
"displayName": "Automata Mainnet",
|
||||||
|
"symbols": ["ATA"],
|
||||||
|
"decimals": [18],
|
||||||
|
"standardAccount": "*25519",
|
||||||
|
"website": "https://ata.network"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"prefix": 10041,
|
"prefix": 10041,
|
||||||
"network": "basilisk",
|
"network": "basilisk",
|
||||||
@@ -648,6 +657,15 @@
|
|||||||
"decimals": [12],
|
"decimals": [12],
|
||||||
"standardAccount": "*25519",
|
"standardAccount": "*25519",
|
||||||
"website": "https://bsx.fi"
|
"website": "https://bsx.fi"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"prefix": 11820,
|
||||||
|
"network": "contextfree",
|
||||||
|
"displayName": "Automata ContextFree",
|
||||||
|
"symbols": ["CTX"],
|
||||||
|
"decimals": [18],
|
||||||
|
"standardAccount": "*25519",
|
||||||
|
"website": "https://ata.network"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user