diff --git a/resources/images/contacts/etherman.png b/resources/images/contacts/etherman.png new file mode 100644 index 0000000000..2bebacd7ee Binary files /dev/null and b/resources/images/contacts/etherman.png differ diff --git a/src/status_im/react_native/resources.cljs b/src/status_im/react_native/resources.cljs index 762d905738..e6b1b0f4b7 100644 --- a/src/status_im/react_native/resources.cljs +++ b/src/status_im/react_native/resources.cljs @@ -36,6 +36,7 @@ :blockimmo (js/require "./resources/images/contacts/blockimmo.png") :cryptocribs (js/require "./resources/images/contacts/cryptocribs.png") :cryptofighters (js/require "./resources/images/contacts/cryptofighters.png") + :etherman (js/require "./resources/images/contacts/etherman.png") :airswap (js/require "./resources/images/contacts/airswap.png") :civitas (js/require "./resources/images/contacts/civitas.png") :dai (js/require "./resources/images/contacts/dai.png") diff --git a/src/status_im/ui/screens/browser/default_dapps.cljs b/src/status_im/ui/screens/browser/default_dapps.cljs index dc05c043c0..2deaff0e27 100644 --- a/src/status_im/ui/screens/browser/default_dapps.cljs +++ b/src/status_im/ui/screens/browser/default_dapps.cljs @@ -121,7 +121,11 @@ {:name "CryptoStrikers" :dapp-url "https://www.cryptostrikers.com/" :photo-path "contacts://cryptostrikers" - :description "The Beautiful (card) Game"}]} + :description "The Beautiful (card) Game"} + {:name "Etherman" + :dapp-url "https://www.etherman.app" + :photo-path "contacts://etherman" + :description "Bomberman on Ethereum"}]} {:title (i18n/label :t/default-dapps-social-networks) :data [{:name "Cent" :dapp-url "https://beta.cent.co/"