[#4218] Removed some DApps
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
parent
baa471a929
commit
63c9c6908d
|
@ -31,18 +31,5 @@
|
|||
"cryptofighters",
|
||||
"airswap"
|
||||
]
|
||||
},
|
||||
"state-of-dapps":
|
||||
{
|
||||
"name":
|
||||
{
|
||||
"en": "State of the ÐApps"
|
||||
},
|
||||
"contacts":
|
||||
[
|
||||
"flight-delays-suck",
|
||||
"FirstBlood",
|
||||
"auction-house"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 |
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue