Skip to content

Commit

Permalink
Add AltQuick and sort alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
sandakersmann committed Jan 19, 2024
1 parent 935c8e6 commit b693edf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions public/data/exchanges.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -39,16 +39,22 @@
"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"
},
{
"title": "SLEX",
"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"
}
]
}
Binary file added public/img/exchanges/altquick_green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b693edf

Please sign in to comment.