Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

add SS58 address for Ares #8061

Merged
merged 2 commits into from
Feb 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions primitives/core/src/crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,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 =>
Expand Down
9 changes: 9 additions & 0 deletions ss58-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down