Skip to content

Commit

Permalink
update exchanges
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hatch committed Jan 10, 2021
1 parent 3e380a1 commit 27d7e48
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Binary file removed public/img/coinhatch.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/shared/Logo.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const squareDimensions = {height: 75, width: 75}
const rectangleDimensions = {height: 40, width: 150}

// exchange image from anchor image
const imagesInBoth = ['coinhatch', 'papayabot', 'papayaswap', 'ripplefox']
const imagesInBoth = ['papayabot', 'papayaswap', 'ripplefox']

const Logo = ({name, type = 'anchor'}) => {
const nameLower = name.toLowerCase()
Expand Down
4 changes: 0 additions & 4 deletions src/data/exchanges.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@
"home": "indodax.com",
"accounts": ["GC4KAS6W2YCGJGLP633A6F6AKTCV4WSLMTMIQRSEQE5QRRVKSX7THV6S"]
},
"CoinHatch": {
"home": "coinhatch.com.au",
"accounts": ["GDWORU4WR5DIOQUZWTKQSZEC3LIW53LX2WKFFKVGPURUZSHNVUHGQ4LI"]
},
"Ripplefox": {
"home": "ripplefox.com",
"accounts": ["GCLDH6L6FBLTD3H3B23D6TIFVVTFBLZMNBC3ZOI6FGI5GPQROL4FOXIN"]
Expand Down

0 comments on commit 27d7e48

Please sign in to comment.