diff --git a/src/status_im/communities/core.cljs b/src/status_im/communities/core.cljs index 16b8809ff2..3603bc6332 100644 --- a/src/status_im/communities/core.cljs +++ b/src/status_im/communities/core.cljs @@ -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 diff --git a/src/status_im/node/core.cljs b/src/status_im/node/core.cljs index 2e3d68a52f..5e1af757a4 100644 --- a/src/status_im/node/core.cljs +++ b/src/status_im/node/core.cljs @@ -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}) diff --git a/src/status_im2/contexts/profile/config.cljs b/src/status_im2/contexts/profile/config.cljs index 7111163626..7a4a6faefe 100644 --- a/src/status_im2/contexts/profile/config.cljs +++ b/src/status_im2/contexts/profile/config.cljs @@ -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 diff --git a/status-go-version.json b/status-go-version.json index 0d3109026f..11778cc5ef 100644 --- a/status-go-version.json +++ b/status-go-version.json @@ -3,7 +3,7 @@ "_comment": "Instead use: scripts/update-status-go.sh ", "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" }