Updated rinkeby donate host

This commit is contained in:
Serhy 2018-08-09 10:32:13 +03:00 committed by Andrey
parent 8cc6c7c924
commit 262087ede2
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@
:request-rinkeby-eth
(fn [_ [_ address]]
{:http-xhrio {:method :get
:uri (str "http://51.15.60.23:3001/donate/" address)
:uri (str "https://faucet-rinkeby.status.im/donate/" address)
:response-format (ajax/json-response-format {:keywords? true})
:on-success [:good-request-testnet-eth]
:on-failure [:bad-request-testnet-eth]}}))