diff --git a/resources/console.js b/resources/console.js index 9d1b5c836e..acf24a1e70 100644 --- a/resources/console.js +++ b/resources/console.js @@ -1156,6 +1156,7 @@ function jsSuggestionsContainerStyle(suggestionsCount) { return { marginVertical: 1, marginHorizontal: 0, + keyboardShouldPersistTaps: true, //height: Math.min(150, (56 * suggestionsCount)), backgroundColor: "white", borderRadius: 5, @@ -1582,6 +1583,7 @@ function suggestionsContainerStyle(suggestionsCount) { return { marginVertical: 1, marginHorizontal: 0, + keyboardShouldPersistTaps: true, height: Math.min(150, (56 * suggestionsCount)), backgroundColor: "white", borderRadius: 5, @@ -1697,10 +1699,6 @@ var faucets = [ { name: "Status Testnet Faucet", url: "http://46.101.129.137:3001", - }, - { - name: "Zerogox Faucet", - url: "https://zerogox.com/ethereum/wei_faucet" } ]; diff --git a/src/status_im/chat/handlers/faucet.cljs b/src/status_im/chat/handlers/faucet.cljs index 1c1df0e0b2..f5a45f2930 100644 --- a/src/status_im/chat/handlers/faucet.cljs +++ b/src/status_im/chat/handlers/faucet.cljs @@ -16,10 +16,7 @@ :api-url "http://faucet.ropsten.be:3001/donate/0x%s"} {:name "http://46.101.129.137:3001" :type :api - :api-url "http://46.101.129.137:3001/donate/0x%s"} - {:name "https://zerogox.com/ethereum/wei_faucet" - :type :prefill - :prefill-js "document.getElementById('edit-ethereum-address').value='%s';"}]) + :api-url "http://46.101.129.137:3001/donate/0x%s"}]) (defn faucet-by-name [faucet-name] (->> faucets