Add Polkadex to SS58 Registry (#9825)

* Add PDEX to SS58 Registry.

* Add PDEX to SS58 Registry.
This commit is contained in:
Gautham
2021-09-28 11:40:40 +05:30
committed by GitHub
parent f95408b346
commit 951a033e8d
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -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 =>
+9
View File
@@ -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",