set light client
This commit is contained in:
parent
b27f323dd7
commit
be2c697b7c
|
@ -72,7 +72,7 @@
|
|||
:PeerExchange true
|
||||
:Port 0
|
||||
:UDPPort 0
|
||||
:LightClient true})
|
||||
:LightClient false})
|
||||
|
||||
(def login-node-config
|
||||
{:WalletConfig (cond-> {:Enabled true}
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
:upstreamConfig config/default-network-rpc-url
|
||||
:networkId config/default-network-id
|
||||
:currentNetwork config/default-network
|
||||
:wakuV2LightClient true
|
||||
:wakuV2LightClient false
|
||||
:previewPrivacy config/blank-preview?})))
|
||||
|
||||
(defn strip-file-prefix
|
||||
|
|
Loading…
Reference in New Issue