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

Commit

Permalink
Add ss58 address for Dark network (#6982)
Browse files Browse the repository at this point in the history
Hello,
This PR adds a new ss58 address 17 for Dark network.
Thanks!
  • Loading branch information
DarkPay authored Sep 15, 2020
1 parent ae16537 commit e232d78
Showing 1 changed file with 2 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 @@ -472,6 +472,8 @@ ss58_address_format!(
(13, "substratee", "Any SubstraTEE off-chain network private account (*25519).")
KulupuAccount =>
(16, "kulupu", "Kulupu mainnet, standard account (*25519).")
DarkAccount =>
(17, "dark", "Dark mainnet, standard account (*25519).")
DarwiniaAccount =>
(18, "darwinia", "Darwinia Chain mainnet, standard account (*25519).")
StafiAccount =>
Expand Down

0 comments on commit e232d78

Please sign in to comment.