2016-05-19 18:31:56 +02:00
|
|
|
(ns status-im.constants)
|
2016-03-23 21:05:42 +02:00
|
|
|
|
|
|
|
(def ethereum-rpc-url "http://localhost:8545")
|
|
|
|
|
2016-06-23 15:52:54 +03:00
|
|
|
(def server-address "http://api.status.im/")
|
2016-04-08 12:17:10 +03:00
|
|
|
;; (def server-address "http://10.0.3.2:3000/")
|
2016-05-19 11:51:13 +03:00
|
|
|
;; (def server-address "http://localhost:3000/")
|
2016-03-28 15:14:57 +03:00
|
|
|
|
|
|
|
(def text-content-type "text/plain")
|
2016-04-04 18:19:52 +03:00
|
|
|
(def content-type-command "command")
|
2016-04-06 16:40:31 +03:00
|
|
|
(def content-type-command-request "command-request")
|
2016-11-16 09:39:28 +02:00
|
|
|
(def content-type-wallet-command "wallet-command")
|
|
|
|
(def content-type-wallet-request "wallet-request")
|
2016-04-22 13:51:14 +03:00
|
|
|
(def content-type-status "status")
|
2016-05-25 12:44:00 +03:00
|
|
|
|
|
|
|
(def max-chat-name-length 20)
|
2016-05-30 16:50:23 +03:00
|
|
|
|
2016-06-20 01:20:48 +03:00
|
|
|
(def response-input-hiding-duration 100)
|
2016-05-30 16:50:23 +03:00
|
|
|
(def response-suggesstion-resize-duration 100)
|
2016-06-27 15:57:40 +03:00
|
|
|
|
2016-07-18 16:22:32 +03:00
|
|
|
(def default-number-of-messages 20)
|
2016-10-06 12:52:58 +03:00
|
|
|
(def blocks-per-hour 120)
|
2016-08-19 16:14:59 +03:00
|
|
|
|
2016-09-23 16:22:35 +03:00
|
|
|
(def default-number-of-discovery-search-results 20)
|
|
|
|
|
|
|
|
(def console-chat-id "console")
|
2016-11-16 09:39:28 +02:00
|
|
|
(def wallet-chat-id "wallet")
|