mirror of
https://github.com/status-im/discover-dapps.git
synced 2025-01-23 09:00:35 +00:00
Removes bad DApps, adds Nuo
This commit is contained in:
parent
a6ca557c98
commit
7525ed0083
BIN
public/images/dapps/nuo.png
Normal file
BIN
public/images/dapps/nuo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user