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

Commit

Permalink
Add ss58 version prefix for CORD (from Dhiway) (#7862)
Browse files Browse the repository at this point in the history
* Add ss58 version prefix for CORD

* Add ss58 version prefix for CORD
  • Loading branch information
smohan-dw authored Jan 12, 2021
1 parent 928b735 commit ecb85f7
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 @@ -496,6 +496,8 @@ ss58_address_format!(
(25, "alphaville", "ZERO testnet, standard account (*25519).")
SubsocialAccount =>
(28, "subsocial", "Subsocial network, standard account (*25519).")
DhiwayAccount =>
(29, "cord", "Dhiway CORD network, standard account (*25519).")
PhalaAccount =>
(30, "phala", "Phala Network, standard account (*25519).")
RobonomicsAccount =>
Expand Down
9 changes: 9 additions & 0 deletions ss58-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,15 @@
"standardAccount": "*25519",
"website": null
},
{
"prefix": 29,
"network": "cord",
"displayName": "Dhiway CORD Network",
"symbols": ["DCU"],
"decimals": [18],
"standardAccount": "*25519",
"website": "https://dhiway.com/"
},
{
"prefix": 30,
"network": "phala",
Expand Down

0 comments on commit ecb85f7

Please sign in to comment.