Add Ares SS58 address type (#8061)

This commit is contained in:
frank
2021-02-09 21:57:41 +08:00
committed by GitHub
parent 929c1c732a
commit 1ee71e54e5
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -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 =>
+9
View File
@@ -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",