mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Add Polkadex to SS58 Registry (#9825)
* Add PDEX to SS58 Registry. * Add PDEX to SS58 Registry.
This commit is contained in:
@@ -597,6 +597,8 @@ ss58_address_format!(
|
||||
(77, "manta", "Manta Network, standard account (*25519).")
|
||||
CalamariAccount =>
|
||||
(78, "calamari", "Manta Canary Network, standard account (*25519).")
|
||||
Polkadex =>
|
||||
(88, "polkadex", "Polkadex Mainnet, standard account (*25519).")
|
||||
PolkaSmith =>
|
||||
(98, "polkasmith", "PolkaSmith Canary Network, standard account (*25519).")
|
||||
PolkaFoundry =>
|
||||
|
||||
@@ -532,6 +532,15 @@
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://manta.network"
|
||||
},
|
||||
{
|
||||
"prefix": 88,
|
||||
"network": "polkadex",
|
||||
"displayName": "Polkadex Mainnet",
|
||||
"symbols": ["PDEX"],
|
||||
"decimals": [12],
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://polkadex.trade"
|
||||
},
|
||||
{
|
||||
"prefix": 98,
|
||||
"network": "polkasmith",
|
||||
|
||||
Reference in New Issue
Block a user