Removes bad DApps, adds Nuo

This commit is contained in:
Andy Tudhope 2019-04-10 13:39:43 +02:00
parent a6ca557c98
commit 7525ed0083
No known key found for this signature in database
GPG Key ID: 02A3DFA93BF26AD2
2 changed files with 9 additions and 33 deletions

BIN
public/images/dapps/nuo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -17,14 +17,6 @@ const Dapps = [
category: Categories.EXCHANGES,
dateAdded: null,
},
{
name: 'ERC dEX',
url: 'https://app.ercdex.com/',
description: 'Trustless trading has arrived on Ethereum',
image: '/discover-dapps/images/dapps/erc-dex.png',
category: Categories.EXCHANGES,
dateAdded: null,
},
{
name: 'Kyber',
url: 'https://web3.kyber.network',
@ -34,14 +26,6 @@ const Dapps = [
category: Categories.EXCHANGES,
dateAdded: null,
},
{
name: 'Oasis Direct',
url: 'https://oasis.direct/',
description: 'The first decentralized instant exchange',
image: '/discover-dapps/images/dapps/oasis-direct.png',
category: Categories.EXCHANGES,
dateAdded: null,
},
{
name: 'DAI by MakerDao',
url: 'https://dai.makerdao.com',
@ -75,6 +59,15 @@ const Dapps = [
category: Categories.EXCHANGES,
dateAdded: null,
},
{
name: 'Nuo',
url: 'https://nuo.network/',
description:
'The non-custodial way to lend, borrow or margin trade cryptocurrency.',
image: '/discover-dapps/images/dapps/nuo.png',
category: Categories.EXCHANGES,
dateAdded: null,
},
{
name: 'EasyTrade',
url: 'https://easytrade.io',
@ -267,14 +260,6 @@ const Dapps = [
category: Categories.SOCIAL_NETWORKS,
dateAdded: null,
},
{
name: 'Purrbook',
url: 'https://cryptopurr.co/',
description: 'A social network for CryptoKitties',
image: '/discover-dapps/images/dapps/purrbook.png',
category: Categories.SOCIAL_NETWORKS,
dateAdded: null,
},
{
name: 'livepeer.tv',
url: 'http://livepeer.tv/',
@ -355,15 +340,6 @@ const Dapps = [
category: Categories.UTILITIES,
dateAdded: null,
},
{
name: 'Status Test DApp',
url: 'simpledapp.eth',
description: 'Request test assets and test basic web3 functionality.',
image: '/discover-dapps/images/dapps/status-test-dapp.png',
category: Categories.UTILITIES,
dateAdded: null,
},
]
export default Dapps