mirror of
https://github.com/status-im/status-react.git
synced 2025-02-16 21:07:21 +00:00
Revert "REMOVE ME, log config"
This reverts commit b43fc6fabf5862b11f62fe999cf0127944b89878.
This commit is contained in:
parent
b43fc6fabf
commit
236dc37159
@ -3,17 +3,11 @@
|
|||||||
[clojure.string :as string]
|
[clojure.string :as string]
|
||||||
[native-module.core :as native-module]
|
[native-module.core :as native-module]
|
||||||
[re-frame.core :as re-frame]
|
[re-frame.core :as re-frame]
|
||||||
[taoensso.timbre :as log]
|
|
||||||
[status-im.config :as config]
|
[status-im.config :as config]
|
||||||
[utils.transforms :as transforms]))
|
[utils.transforms :as transforms]))
|
||||||
|
|
||||||
(defn tap [n]
|
|
||||||
(log/info "login-config" n)
|
|
||||||
n)
|
|
||||||
|
|
||||||
(defn login
|
(defn login
|
||||||
[]
|
[]
|
||||||
(tap
|
|
||||||
{;; Temporary fix until https://github.com/status-im/status-go/issues/3024 is resolved
|
{;; Temporary fix until https://github.com/status-im/status-go/issues/3024 is resolved
|
||||||
:wakuV2Nameserver "8.8.8.8"
|
:wakuV2Nameserver "8.8.8.8"
|
||||||
:statusProxyEnabled config/status-proxy-enabled?
|
:statusProxyEnabled config/status-proxy-enabled?
|
||||||
@ -35,7 +29,7 @@
|
|||||||
:alchemyOptimismSepoliaToken config/ALCHEMY_OPTIMISM_SEPOLIA_TOKEN
|
:alchemyOptimismSepoliaToken config/ALCHEMY_OPTIMISM_SEPOLIA_TOKEN
|
||||||
:alchemyArbitrumMainnetToken config/ALCHEMY_ARBITRUM_MAINNET_TOKEN
|
:alchemyArbitrumMainnetToken config/ALCHEMY_ARBITRUM_MAINNET_TOKEN
|
||||||
:alchemyArbitrumGoerliToken config/ALCHEMY_ARBITRUM_GOERLI_TOKEN
|
:alchemyArbitrumGoerliToken config/ALCHEMY_ARBITRUM_GOERLI_TOKEN
|
||||||
:alchemyArbitrumSepoliaToken config/ALCHEMY_ARBITRUM_SEPOLIA_TOKEN}))
|
:alchemyArbitrumSepoliaToken config/ALCHEMY_ARBITRUM_SEPOLIA_TOKEN})
|
||||||
|
|
||||||
(defn create
|
(defn create
|
||||||
[]
|
[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user