diff --git a/resources/images/contacts/blockimmo.png b/resources/images/contacts/blockimmo.png new file mode 100644 index 0000000000..44c928f9ed Binary files /dev/null and b/resources/images/contacts/blockimmo.png differ diff --git a/resources/images/contacts/cryptographics.png b/resources/images/contacts/cryptographics.png new file mode 100644 index 0000000000..b14360f45d Binary files /dev/null and b/resources/images/contacts/cryptographics.png differ diff --git a/resources/images/contacts/cryptotakeovers.png b/resources/images/contacts/cryptotakeovers.png new file mode 100644 index 0000000000..7f8ad6c9eb Binary files /dev/null and b/resources/images/contacts/cryptotakeovers.png differ diff --git a/src/status_im/react_native/resources.cljs b/src/status_im/react_native/resources.cljs index 21831af05a..acd563ee7b 100644 --- a/src/status_im/react_native/resources.cljs +++ b/src/status_im/react_native/resources.cljs @@ -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") diff --git a/src/status_im/ui/screens/browser/default_dapps.cljs b/src/status_im/ui/screens/browser/default_dapps.cljs index bf664063e1..b9b0621cb5 100644 --- a/src/status_im/ui/screens/browser/default_dapps.cljs +++ b/src/status_im/ui/screens/browser/default_dapps.cljs @@ -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"