diff --git a/resources/images/contacts/decentraland.png b/resources/images/contacts/decentraland.png new file mode 100644 index 0000000000..f8ee12d00c Binary files /dev/null and b/resources/images/contacts/decentraland.png differ diff --git a/src/status_im/react_native/resources.cljs b/src/status_im/react_native/resources.cljs index e33e81b5fb..5f30a188ba 100644 --- a/src/status_im/react_native/resources.cljs +++ b/src/status_im/react_native/resources.cljs @@ -19,6 +19,7 @@ :cryptopunks (js/require "./resources/images/contacts/cryptopunks.png") :cryptotakeovers (js/require "./resources/images/contacts/cryptotakeovers.png") :cryptokitties (js/require "./resources/images/contacts/cryptokitties.png") + :decentraland (js/require "./resources/images/contacts/decentraland.png") :etheremon (js/require "./resources/images/contacts/etheremon.png") :cryptostrikers (js/require "./resources/images/contacts/cryptostrikers.png") :oasis-direct (js/require "./resources/images/contacts/oasis-direct.png") diff --git a/src/status_im/ui/screens/browser/default_dapps.cljs b/src/status_im/ui/screens/browser/default_dapps.cljs index e2efb2916a..f82873c4ee 100644 --- a/src/status_im/ui/screens/browser/default_dapps.cljs +++ b/src/status_im/ui/screens/browser/default_dapps.cljs @@ -98,6 +98,10 @@ :dapp-url "https://cryptotakeovers.com/" :photo-path "contacts://cryptotakeovers" :description "Predict and conquer the world. Make a crypto fortune."} + {:name "Decentraland" + :dapp-url "https://market.decentraland.org/" + :photo-path "contacts://decentraland" + :description "Decentraland is a virtual reality platform powered by the Ethereum blockchain."} {:name "Etherbots" :dapp-url "https://etherbots.io/" :photo-path "contacts://etherbots"