Added some new DApps
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
parent
2f8414b982
commit
6730a48da4
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -15,7 +15,9 @@
|
|||
:easytrade (js/require "./resources/images/contacts/easytrade.png")
|
||||
|
||||
:name-bazaar (js/require "./resources/images/contacts/name-bazaar.png")
|
||||
:cryptographics (js/require "./resources/images/contacts/cryptographics.png")
|
||||
:cryptopunks (js/require "./resources/images/contacts/cryptopunks.png")
|
||||
:cryptotakeovers (js/require "./resources/images/contacts/cryptotakeovers.png")
|
||||
:cryptokitties (js/require "./resources/images/contacts/cryptokitties.png")
|
||||
:etheremon (js/require "./resources/images/contacts/etheremon.png")
|
||||
:cryptostrikers (js/require "./resources/images/contacts/cryptostrikers.png")
|
||||
|
@ -29,6 +31,7 @@
|
|||
:opensea (js/require "./resources/images/contacts/opensea.png")
|
||||
:kyber (js/require "./resources/images/contacts/kyber.png")
|
||||
:bancor (js/require "./resources/images/contacts/bancor.png")
|
||||
:blockimmo (js/require "./resources/images/contacts/blockimmo.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")
|
||||
|
|
|
@ -45,7 +45,11 @@
|
|||
:photo-path "contacts://easytrade"
|
||||
:description "One exchange for every token"}]}
|
||||
{:title (i18n/label :t/default-dapps-marketplaces)
|
||||
:data [{:name "CryptoCribs"
|
||||
:data [{:name "blockimmo"
|
||||
:dapp-url "https://blockimmo.ch"
|
||||
:photo-path "contacts://blockimmo"
|
||||
:description "blockimmo is a blockchain powered, regulated platform enabling shared property investments and ownership."}
|
||||
{:name "CryptoCribs"
|
||||
:dapp-url "https://cryptocribs.com"
|
||||
:photo-path "contacts://cryptocribs"
|
||||
:description "Travel the globe. Pay in crypto."}
|
||||
|
@ -82,10 +86,18 @@
|
|||
:dapp-url "https://cryptofighters.io"
|
||||
:photo-path "contacts://cryptofighters"
|
||||
:description "Collect train and fight digital fighters."}
|
||||
{:name "Cryptographics"
|
||||
:dapp-url "https://cryptographics.app/"
|
||||
:photo-path "contacts://cryptographics"
|
||||
:description "Cryptographics is a digital art hub where artists, creators and collectors can submit asset packs, create unique cryptographics and trade them."}
|
||||
{:name "CryptoPunks"
|
||||
:dapp-url "https://www.larvalabs.com/cryptopunks"
|
||||
:photo-path "contacts://cryptopunks"
|
||||
:description "10,000 unique collectible punks"}
|
||||
{:name "Crypto Takeovers"
|
||||
:dapp-url "https://cryptotakeovers.com/"
|
||||
:photo-path "contacts://cryptotakeovers"
|
||||
:description "Predict and conquer the world. Make a crypto fortune."}
|
||||
{:name "Etherbots"
|
||||
:dapp-url "https://etherbots.io/"
|
||||
:photo-path "contacts://etherbots"
|
||||
|
|
Loading…
Reference in New Issue