[#4218] Removed some DApps

Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
Julien Eluard 2018-05-11 18:18:43 +02:00
parent baa471a929
commit 63c9c6908d
No known key found for this signature in database
GPG Key ID: 6FD7DB5437FCBEF6
7 changed files with 1 additions and 70 deletions

View File

@ -31,18 +31,5 @@
"cryptofighters",
"airswap"
]
},
"state-of-dapps":
{
"name":
{
"en": "State of the ÐApps"
},
"contacts":
[
"flight-delays-suck",
"FirstBlood",
"auction-house"
]
}
}

View File

@ -19,51 +19,6 @@
"bot-url": "local://demo-bot"
},
"auction-house":
{
"name":
{
"en": "Auction House"
},
"photo-path": "contacts://auction-house",
"dapp?": true,
"dapp-url":
{
"en": "http://auctionhouse.dappbench.com"
},
"description": "Decentralized auctions for on-chain assets."
},
"flight-delays-suck":
{
"name":
{
"en": "Flight Delays Suck"
},
"photo-path": "contacts://flight-delays-suck",
"dapp?": true,
"dapp-url":
{
"en": "https://fdd.etherisc.com"
},
"description": "Get instant payout in case your flight is late."
},
"FirstBlood":
{
"name":
{
"en": "FirstBlood"
},
"photo-path": "contacts://firstblood",
"dapp?": true,
"dapp-url":
{
"en": "https://app.firstblood.io"
},
"description": "ESports for Everyone! A platform that lets players challenge the field and win rewards."
},
"ethlance":
{
"name":
@ -185,13 +140,6 @@
"dapp?": true,
"photo-path": "contacts://opensea"
},
"decentraland": {
"name" : {"en" : "Decentraland"},
"description": "Decentraland is a virtual reality platform powered by the Ethereum blockchain.",
"dapp-url": {"en" : "https://market.decentraland.org/"},
"dapp?": true,
"photo-path": "contacts://decentraland"
},
"cryptocribs": {
"name" : {"en" : "CryptoCribs"},
"description": "Travel the globe. Pay in crypto.",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -1,12 +1,9 @@
(ns status-im.react-native.resources)
(def contacts
{:auction-house (js/require "./resources/images/contacts/auction-house.png")
:mkr-market (js/require "./resources/images/contacts/mkr-market.png")
{:mkr-market (js/require "./resources/images/contacts/mkr-market.png")
:oaken-water-meter (js/require "./resources/images/contacts/oaken-water-meter.png")
:flight-delays-suck (js/require "./resources/images/contacts/flight-delays-suck.png")
:jarrad (js/require "./resources/images/contacts/jarrad.png")
:firstblood (js/require "./resources/images/contacts/FirstBlood.png")
:gnosis (js/require "./resources/images/contacts/gnosis.png")
:melonport (js/require "./resources/images/contacts/melonport.png")
:bchat (js/require "./resources/images/contacts/bchat.png")
@ -29,7 +26,6 @@
:opensea (js/require "./resources/images/contacts/opensea.png")
:kyber (js/require "./resources/images/contacts/kyber.png")
:bancor (js/require "./resources/images/contacts/bancor.png")
:decentraland (js/require "./resources/images/contacts/decentraland.png")
:cryptocribs (js/require "./resources/images/contacts/cryptocribs.png")
:cryptofighters (js/require "./resources/images/contacts/cryptofighters.png")
:airswap (js/require "./resources/images/contacts/airswap.png")