Skip to content
Snippets Groups Projects
Commit 951a033e authored by Gautham's avatar Gautham Committed by GitHub
Browse files

Add Polkadex to SS58 Registry (#9825)

* Add PDEX to SS58 Registry.

* Add PDEX to SS58 Registry.
parent f95408b3
No related merge requests found
......@@ -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",
......
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