Skip to content

Commit

Permalink
Merge branch 'develop' into 16108
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrkhalil authored Jul 8, 2023
2 parents 1099c80 + 4414f8f commit 20cf307
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
5 changes: 3 additions & 2 deletions src/status_im/communities/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/status_im/node/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
{:background-color colors/neutral-95
:flex-direction :row
:position :absolute
:overflow :hidden
:top 0
:bottom 0
:left 0
Expand Down
3 changes: 2 additions & 1 deletion src/status_im2/contexts/profile/config.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions status-go-version.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 20cf307

Please sign in to comment.