diff --git a/resources/images/contacts/bounties-network.png b/resources/images/contacts/bounties-network.png new file mode 100755 index 0000000000..c202f826f7 Binary files /dev/null and b/resources/images/contacts/bounties-network.png differ diff --git a/resources/images/contacts/cryptopurr.png b/resources/images/contacts/cryptopurr.png new file mode 100755 index 0000000000..b0390bb540 Binary files /dev/null and b/resources/images/contacts/cryptopurr.png differ diff --git a/resources/images/contacts/dai.png b/resources/images/contacts/dai.png new file mode 100755 index 0000000000..50554ff309 Binary files /dev/null and b/resources/images/contacts/dai.png differ diff --git a/resources/images/contacts/eth2phone.png b/resources/images/contacts/eth2phone.png new file mode 100755 index 0000000000..84342ff29e Binary files /dev/null and b/resources/images/contacts/eth2phone.png differ diff --git a/resources/images/contacts/ethlend.png b/resources/images/contacts/ethlend.png new file mode 100755 index 0000000000..ff18af592f Binary files /dev/null and b/resources/images/contacts/ethlend.png differ diff --git a/resources/images/contacts/local-ethereum.png b/resources/images/contacts/local-ethereum.png new file mode 100755 index 0000000000..25b24da574 Binary files /dev/null and b/resources/images/contacts/local-ethereum.png differ diff --git a/resources/images/contacts/smartz.png b/resources/images/contacts/smartz.png new file mode 100755 index 0000000000..de677b6769 Binary files /dev/null and b/resources/images/contacts/smartz.png differ diff --git a/src/status_im/react_native/resources.cljs b/src/status_im/react_native/resources.cljs index f8a4a1b6f5..2d66971a51 100644 --- a/src/status_im/react_native/resources.cljs +++ b/src/status_im/react_native/resources.cljs @@ -31,6 +31,14 @@ :cryptofighters (js/require "./resources/images/contacts/cryptofighters.png") :airswap (js/require "./resources/images/contacts/airswap.png") + :dai (js/require "./resources/images/contacts/dai.png") + :local-ethereum (js/require "./resources/images/contacts/local-ethereum.png") + :eth2phone (js/require "./resources/images/contacts/eth2phone.png") + :bounties-network (js/require "./resources/images/contacts/bounties-network.png") + :cryptopurr (js/require "./resources/images/contacts/cryptopurr.png") + :ethlend (js/require "./resources/images/contacts/ethlend.png") + :smartz (js/require "./resources/images/contacts/smartz.png") + :console (js/require "./resources/images/contacts/console.png")}) (def assets diff --git a/src/status_im/ui/screens/contacts/default_dapps.cljs b/src/status_im/ui/screens/contacts/default_dapps.cljs index 2ffa305166..13293720e9 100644 --- a/src/status_im/ui/screens/contacts/default_dapps.cljs +++ b/src/status_im/ui/screens/contacts/default_dapps.cljs @@ -21,7 +21,19 @@ {:name "Oasis Direct" :dapp-url "https://oasis.direct/" :photo-path "contacts://oasis-direct" - :description "The first decentralized instant exchange"}]} + :description "The first decentralized instant exchange"} + {:name "DAI by MakerDao" + :dapp-url "https://dai.makerdao.com" + :photo-path "contacts://dai" + :description "Stability for the blockchain"} + {:name "LocalEthereum" + :dapp-url "https://localethereum.com/" + :photo-path "contacts://local-ethereum" + :description "The smartest way to buy and sell Ether"} + {:name "Eth2phone" + :dapp-url "https://eth2.io" + :photo-path "contacts://eth2phone" + :description "Send Ether by phone number"}]} {:title "Marketplaces" :data [{:name "CryptoCribs" :dapp-url "https://cryptocribs.com" @@ -38,7 +50,11 @@ {:name "Name Bazaar" :dapp-url "https://namebazaar.io" :photo-path "contacts://name-bazaar" - :description "ENS name marketplace"}]} + :description "ENS name marketplace"} + {:name "The Bounties Network" + :dapp-url "https://beta.bounties.network/" + :photo-path "contacts://bounties-network" + :description "Bounties on any task, paid in any token"}]} {:title "Fun & Games" :data [{:name "CryptoKitties" :dapp-url "https://www.cryptokitties.co" @@ -72,12 +88,24 @@ {:name "Peepeth" :dapp-url "http://peepeth.com/" :photo-path "contacts://peepeth" - :description "Blockchain-powered microblogging"}]} + :description "Blockchain-powered microblogging"} + {:name "Purrbook" + :dapp-url "https://cryptopurr.co/" + :photo-path "contacts://cryptopurr" + :description "A social network for CryptoKitties"}]} {:title "Utilities" :data [{:name "Hexel" :dapp-url "https://www.onhexel.com/" :photo-path "contacts://hexel" :description "Create your own cryptocurrency"} + {:name "ETHLend" + :dapp-url "https://app.ethlend.io" + :photo-path "contacts://ethlend" + :description "Decentralized lending on Ethereum"} + {:name "Smartz" + :dapp-url "https://smartz.io" + :photo-path "contacts://smartz" + :description "Easy smart contract management"} {:name "Status Test DApp" :dapp-url "https://status-im.github.io/dapp/" :description "Request test assets and test basic web3 functionality."