chore: specify light client mode for wakuv2 (#18002)
This commit is contained in:
parent
f124ca4252
commit
d309aa366d
|
@ -74,7 +74,8 @@
|
||||||
:Nameserver "8.8.8.8"
|
:Nameserver "8.8.8.8"
|
||||||
:PeerExchange true
|
:PeerExchange true
|
||||||
:Port 0
|
:Port 0
|
||||||
:UDPPort 0})
|
:UDPPort 0
|
||||||
|
:LightClient true})
|
||||||
|
|
||||||
(def login-node-config
|
(def login-node-config
|
||||||
{:WalletConfig (cond-> {:Enabled true}
|
{:WalletConfig (cond-> {:Enabled true}
|
||||||
|
|
Loading…
Reference in New Issue