Skip to content
Snippets Groups Projects
Commit 1bd834b6 authored by akashi6824's avatar akashi6824 Committed by GitHub
Browse files

Add PolkaFoundry, PolkaSmith SS58 address (#8623)

* Add PolkaFoundry, PolkaSmith SS58 address

* chang decimals to 18

* fix format

* fix format
parent e35261c6
Branches
No related merge requests found
......@@ -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 =>
......
......@@ -505,6 +505,24 @@
"standardAccount": "*25519",
"website": "https://manta.network"
},
{
"prefix": 98,
"network": "polkasmith",
"displayName": "PolkaSmith Canary Network",
"symbols": ["PKS"],
"decimals": [18],
"standardAccount": "*25519",
"website": "https://polkafoundry.com"
},
{
"prefix": 99,
"network": "polkafoundry",
"displayName": "PolkaFoundry Network",
"symbols": ["PKF"],
"decimals": [18],
"standardAccount": "*25519",
"website": "https://polkafoundry.com"
},
{
"prefix": 252,
"network": "social-network",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment