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

Commit

Permalink
feat: Allocate ss58 address format to DataHighway (#6530)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltfschoen authored Jun 30, 2020
1 parent 9dd12f9 commit 0d0a84d
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 @@ -474,6 +474,8 @@ ss58_address_format!(
(20, "stafi", "Stafi mainnet, standard account (*25519).")
RobonomicsAccount =>
(32, "robonomics", "Any Robonomics network standard account (*25519).")
DataHighwayAccount =>
(33, "datahighway", "DataHighway mainnet, standard account (*25519).")
CentrifugeAccount =>
(36, "centrifuge", "Centrifuge Chain mainnet, standard account (*25519).")
SubstrateAccount =>
Expand Down

0 comments on commit 0d0a84d

Please sign in to comment.