mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 19:51:05 +00:00
Add Ares SS58 address type (#8061)
This commit is contained in:
@@ -554,6 +554,8 @@ ss58_address_format!(
|
||||
(32, "robonomics", "Any Robonomics network standard account (*25519).")
|
||||
DataHighwayAccount =>
|
||||
(33, "datahighway", "DataHighway mainnet, standard account (*25519).")
|
||||
AresAccount =>
|
||||
(34, "ares", "Ares Protocol, standard account (*25519).")
|
||||
ValiuAccount =>
|
||||
(35, "vln", "Valiu Liquidity Network mainnet, standard account (*25519).")
|
||||
CentrifugeAccount =>
|
||||
|
||||
@@ -316,6 +316,15 @@
|
||||
"standardAccount": "*25519",
|
||||
"website": null
|
||||
},
|
||||
{
|
||||
"prefix": 34,
|
||||
"network": "ares",
|
||||
"displayName": "Ares Protocol",
|
||||
"symbols": ["ARES"],
|
||||
"decimals": [12],
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://www.aresprotocol.com/"
|
||||
},
|
||||
{
|
||||
"prefix": 35,
|
||||
"network": "vln",
|
||||
|
||||
Reference in New Issue
Block a user