Revert "REMOVE ME, log config"

This reverts commit b43fc6fabf.
This commit is contained in:
Andrea Maria Piana 2024-08-15 08:28:33 +01:00
parent b43fc6fabf
commit 236dc37159
1 changed files with 22 additions and 28 deletions

View File

@ -3,17 +3,11 @@
[clojure.string :as string]
[native-module.core :as native-module]
[re-frame.core :as re-frame]
[taoensso.timbre :as log]
[status-im.config :as config]
[utils.transforms :as transforms]))
(defn tap [n]
(log/info "login-config" n)
n)
(defn login
[]
(tap
{;; Temporary fix until https://github.com/status-im/status-go/issues/3024 is resolved
:wakuV2Nameserver "8.8.8.8"
:statusProxyEnabled config/status-proxy-enabled?
@ -35,7 +29,7 @@
:alchemyOptimismSepoliaToken config/ALCHEMY_OPTIMISM_SEPOLIA_TOKEN
:alchemyArbitrumMainnetToken config/ALCHEMY_ARBITRUM_MAINNET_TOKEN
:alchemyArbitrumGoerliToken config/ALCHEMY_ARBITRUM_GOERLI_TOKEN
:alchemyArbitrumSepoliaToken config/ALCHEMY_ARBITRUM_SEPOLIA_TOKEN}))
:alchemyArbitrumSepoliaToken config/ALCHEMY_ARBITRUM_SEPOLIA_TOKEN})
(defn create
[]