mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 20:48:02 +00:00
Add PolkaFoundry, PolkaSmith SS58 address (#8623)
* Add PolkaFoundry, PolkaSmith SS58 address * chang decimals to 18 * fix format * fix format
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user