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

Commit e232d78

Browse files
author
DarkPay
authored
Add ss58 address for Dark network (#6982)
Hello, This PR adds a new ss58 address 17 for Dark network. Thanks!
1 parent ae16537 commit e232d78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

primitives/core/src/crypto.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,8 @@ ss58_address_format!(
472472
(13, "substratee", "Any SubstraTEE off-chain network private account (*25519).")
473473
KulupuAccount =>
474474
(16, "kulupu", "Kulupu mainnet, standard account (*25519).")
475+
DarkAccount =>
476+
(17, "dark", "Dark mainnet, standard account (*25519).")
475477
DarwiniaAccount =>
476478
(18, "darwinia", "Darwinia Chain mainnet, standard account (*25519).")
477479
StafiAccount =>

0 commit comments

Comments
 (0)