Skip to content

Commit e7cc595

Browse files
authored
Add Phala Network SS58 address type (paritytech#6758)
1 parent fe3fc04 commit e7cc595

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
@@ -448,6 +448,8 @@ ss58_address_format!(
448448
(20, "stafi", "Stafi mainnet, standard account (*25519).")
449449
SubsocialAccount =>
450450
(28, "subsocial", "Subsocial network, standard account (*25519).")
451+
PhalaAccount =>
452+
(30, "phala", "Phala Network, standard account (*25519).")
451453
RobonomicsAccount =>
452454
(32, "robonomics", "Any Robonomics network standard account (*25519).")
453455
DataHighwayAccount =>

0 commit comments

Comments
 (0)