mirror of
https://github.com/status-im/discover-dapps.git
synced 2025-02-02 22:03:58 +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,
|
category: Categories.EXCHANGES,
|
||||||
dateAdded: null,
|
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',
|
name: 'Kyber',
|
||||||
url: 'https://web3.kyber.network',
|
url: 'https://web3.kyber.network',
|
||||||
@ -34,14 +26,6 @@ const Dapps = [
|
|||||||
category: Categories.EXCHANGES,
|
category: Categories.EXCHANGES,
|
||||||
dateAdded: null,
|
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',
|
name: 'DAI by MakerDao',
|
||||||
url: 'https://dai.makerdao.com',
|
url: 'https://dai.makerdao.com',
|
||||||
@ -75,6 +59,15 @@ const Dapps = [
|
|||||||
category: Categories.EXCHANGES,
|
category: Categories.EXCHANGES,
|
||||||
dateAdded: null,
|
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',
|
name: 'EasyTrade',
|
||||||
url: 'https://easytrade.io',
|
url: 'https://easytrade.io',
|
||||||
@ -267,14 +260,6 @@ const Dapps = [
|
|||||||
category: Categories.SOCIAL_NETWORKS,
|
category: Categories.SOCIAL_NETWORKS,
|
||||||
dateAdded: null,
|
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',
|
name: 'livepeer.tv',
|
||||||
url: 'http://livepeer.tv/',
|
url: 'http://livepeer.tv/',
|
||||||
@ -355,15 +340,6 @@ const Dapps = [
|
|||||||
category: Categories.UTILITIES,
|
category: Categories.UTILITIES,
|
||||||
dateAdded: null,
|
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
|
export default Dapps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user