diff --git a/substrate/primitives/core/src/crypto.rs b/substrate/primitives/core/src/crypto.rs index 2bd9f5f52e..7608b295e3 100644 --- a/substrate/primitives/core/src/crypto.rs +++ b/substrate/primitives/core/src/crypto.rs @@ -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 => diff --git a/substrate/ss58-registry.json b/substrate/ss58-registry.json index 1acf358037..bb11a51b43 100644 --- a/substrate/ss58-registry.json +++ b/substrate/ss58-registry.json @@ -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",