changed server url
This commit is contained in:
parent
31d7161766
commit
17497b5359
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
(def ethereum-rpc-url "http://localhost:8545")
|
(def ethereum-rpc-url "http://localhost:8545")
|
||||||
|
|
||||||
(def server-address "http://rpc0.status.im:20000/")
|
(def server-address "http://api.status.im/")
|
||||||
;; (def server-address "http://10.0.3.2:3000/")
|
;; (def server-address "http://10.0.3.2:3000/")
|
||||||
;; (def server-address "http://localhost:3000/")
|
;; (def server-address "http://localhost:3000/")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue