Enable lightclient

67050429...67050429
This commit is contained in:
Andrea Maria Piana 2023-07-01 10:44:32 +01:00
parent 17f5ad79f4
commit 1e8ea3fd16
No known key found for this signature in database
GPG Key ID: AA6CCA6DE0E06424
4 changed files with 9 additions and 7 deletions

View File

@ -284,9 +284,10 @@
:params [community-id]
:js-response true
:on-success #(re-frame/dispatch [::left %])
:on-error (fn []
:on-error (fn [response]
(log/error "failed to leave community"
community-id)
community-id
response)
(re-frame/dispatch [::failed-to-leave]))}]}))
(rf/defn status-tag-pressed

View File

@ -70,7 +70,7 @@
:Host "0.0.0.0"
:AutoUpdate true
;; Temporary fix until https://github.com/status-im/status-go/issues/3024 is resolved
:Nameserver "1.1.1.1"
:Nameserver "8.8.8.8"
:PeerExchange true
:Port 0
:UDPPort 0})

View File

@ -9,7 +9,7 @@
[]
{;; Temporary fix until https://github.com/status-im/status-go/issues/3024 is
;; resolved
:wakuV2Nameserver "1.1.1.1"
:wakuV2Nameserver "8.8.8.8"
:openseaAPIKey config/opensea-api-key
:poktToken config/POKT_TOKEN
:infuraToken config/INFURA_TOKEN
@ -36,6 +36,7 @@
:upstreamConfig config/default-network-rpc-url
:networkId config/default-network-id
:currentNetwork config/default-network
:wakuV2LightClient true
:previewPrivacy config/blank-preview?})))
(defn strip-file-prefix

View File

@ -3,7 +3,7 @@
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
"owner": "status-im",
"repo": "status-go",
"version": "v0.161.2",
"commit-sha1": "b7390f43558adeeeede7498a789da2ef50aa44e6",
"src-sha256": "1rj0l3vphzypja9c7salmznvr90gm2crrr6fagx6il6pg2nnavb1"
"version": "v0.161.3",
"commit-sha1": "67050429df540792b7bda80a2f67dae4b28515bc",
"src-sha256": "1lv50lcg02ncv19lxhx0l0rkr10hck13pcgm6nyd0wsql174gh99"
}