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

Commit

Permalink
Add Ares SS58 address type (#8061)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyilanzhou authored Feb 9, 2021
1 parent 66cfa92 commit 077c480
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions primitives/core/src/crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 =>
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

0 comments on commit 077c480

Please sign in to comment.