Skip to content

Commit

Permalink
Add Phala Network SS58 address type (paritytech#6758)
Browse files Browse the repository at this point in the history
  • Loading branch information
h4x3rotab committed Aug 11, 2020
1 parent fe3fc04 commit e7cc595
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions primitives/core/src/crypto.rs
Expand Up @@ -448,6 +448,8 @@ ss58_address_format!(
(20, "stafi", "Stafi mainnet, standard account (*25519).")
SubsocialAccount =>
(28, "subsocial", "Subsocial network, standard account (*25519).")
PhalaAccount =>
(30, "phala", "Phala Network, standard account (*25519).")
RobonomicsAccount =>
(32, "robonomics", "Any Robonomics network standard account (*25519).")
DataHighwayAccount =>
Expand Down

0 comments on commit e7cc595

Please sign in to comment.