Add PolkaFoundry, PolkaSmith SS58 address (#8623)

* Add PolkaFoundry, PolkaSmith SS58 address

* chang decimals to 18

* fix format

* fix format
This commit is contained in:
akashi6824
2021-06-23 15:04:40 +07:00
committed by GitHub
parent e35261c605
commit 1bd834b6a4
2 changed files with 22 additions and 0 deletions
+4
View File
@@ -584,6 +584,10 @@ ss58_address_format!(
(77, "manta", "Manta Network, standard account (*25519).")
CalamariAccount =>
(78, "calamari", "Manta Canary Network, standard account (*25519).")
PolkaSmith =>
(98, "polkasmith", "PolkaSmith Canary Network, standard account (*25519).")
PolkaFoundry =>
(99, "polkafoundry", "PolkaFoundry Network, standard account (*25519).")
SocialAccount =>
(252, "social-network", "Social Network, standard account (*25519).")
Moonbeam =>