diff --git a/public/data/exchanges.json b/public/data/exchanges.json index 1f355edb..485c0cd5 100644 --- a/public/data/exchanges.json +++ b/public/data/exchanges.json @@ -3,9 +3,9 @@ "description": "resourcesPage.exchangesText", "resources": [ { - "title": "MEXC", - "url": "https://www.mexc.com/", - "image": "/img/exchanges/mexc_green.png", + "title": "AltQuick", + "url": "https://altquick.com/", + "image": "/img/exchanges/altquick_green.png", "type": "resourcesPage.exchangesType1" }, { @@ -15,10 +15,10 @@ "type": "resourcesPage.exchangesType2" }, { - "title": "FreiExchange", - "url": "https://freiexchange.com/", - "image": "/img/exchanges/freiexchange_green.png", - "type": "resourcesPage.exchangesType1" + "title": "CoinPaprika", + "url": "https://coinpaprika.com/coin/ppc-peercoin/", + "image": "/img/exchanges/coinpaprika_green.png", + "type": "resourcesPage.exchangesType3" }, { "title": "Flyp.me", @@ -27,10 +27,10 @@ "type": "resourcesPage.exchangesType2" }, { - "title": "CoinPaprika", - "url": "https://coinpaprika.com/coin/ppc-peercoin/", - "image": "/img/exchanges/coinpaprika_green.png", - "type": "resourcesPage.exchangesType3" + "title": "FreiExchange", + "url": "https://freiexchange.com/", + "image": "/img/exchanges/freiexchange_green.png", + "type": "resourcesPage.exchangesType1" }, { "title": "Komodo Wallet", @@ -39,9 +39,9 @@ "type": "resourcesPage.exchangesType1" }, { - "title": "XeggeX", - "url": "https://xeggex.com/", - "image": "/img/exchanges/xeggex_green.png", + "title": "MEXC", + "url": "https://www.mexc.com/", + "image": "/img/exchanges/mexc_green.png", "type": "resourcesPage.exchangesType1" }, { @@ -49,6 +49,12 @@ "url": "https://slex.io/", "image": "/img/exchanges/slex_green.png", "type": "resourcesPage.exchangesType1" + }, + { + "title": "XeggeX", + "url": "https://xeggex.com/", + "image": "/img/exchanges/xeggex_green.png", + "type": "resourcesPage.exchangesType1" } ] } diff --git a/public/data/explorers.json b/public/data/explorers.json index 19c3ba32..235eb72d 100644 --- a/public/data/explorers.json +++ b/public/data/explorers.json @@ -4,16 +4,6 @@ { "title": "resourcesPage.explorersMainnet", "resources": [ - { - "title": "Chainz.CryptoID", - "url": "https://chainz.cryptoid.info/ppc/", - "image": "/img/explorers/cryptoid_green.png" - }, - { - "title": "PeerExplorer", - "url": "https://blockbook.peercoin.net/", - "image": "/img/explorers/peercoin_green.png" - }, { "title": "3xpl", "url": "https://3xpl.com/peercoin", @@ -25,9 +15,14 @@ "image": "/img/explorers/blockchair_green.png" }, { - "title": "Prohashing", - "url": "https://prohashing.com/explorer/Peercoin", - "image": "/img/explorers/prohashing_green.png" + "title": "Chainz.CryptoID", + "url": "https://chainz.cryptoid.info/ppc/", + "image": "/img/explorers/cryptoid_green.png" + }, + { + "title": "PeerExplorer", + "url": "https://blockbook.peercoin.net/", + "image": "/img/explorers/peercoin_green.png" } ] }, diff --git a/public/img/exchanges/altquick_green.png b/public/img/exchanges/altquick_green.png new file mode 100644 index 00000000..54960810 Binary files /dev/null and b/public/img/exchanges/altquick_green.png differ diff --git a/public/img/explorers/prohashing_green.png b/public/img/explorers/prohashing_green.png deleted file mode 100644 index 82ff8eca..00000000 Binary files a/public/img/explorers/prohashing_green.png and /dev/null differ