From cd81519e9a562ae91c3fbab399a7848ef5fccc60 Mon Sep 17 00:00:00 2001 From: Andrea Maria Piana Date: Wed, 14 Aug 2024 17:01:22 +0100 Subject: [PATCH] drive stage from config https://github.com/status-im/status-go/compare/a93c8572...1f7816dd --- .env.release | 1 + src/status_im/config.cljs | 1 + src/status_im/contexts/profile/config.cljs | 1 + status-go-version.json | 6 +++--- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.env.release b/.env.release index 32210aa720..ca78f8d583 100644 --- a/.env.release +++ b/.env.release @@ -19,4 +19,5 @@ MAX_IMAGES_BATCH=1 DELETE_MESSAGE_ENABLED=1 FAST_CREATE_COMMUNITY_ENABLED=0 TEST_NETWORKS_ENABLED=0 +STATUS_PROXY_STAGE_NAME=prod FLAG_WALLET_CONNECT_ENABLED=1 diff --git a/src/status_im/config.cljs b/src/status_im/config.cljs index 65bce01254..0ed0bb8f1a 100644 --- a/src/status_im/config.cljs +++ b/src/status_im/config.cljs @@ -48,6 +48,7 @@ (def opensea-api-key OPENSEA_API_KEY) (def status-proxy-enabled? true) +(def status-proxy-stage-name (get-config :STATUS_PROXY_STAGE_NAME "test")) (def bootnodes-settings-enabled? (enabled? (get-config :BOOTNODES_SETTINGS_ENABLED "1"))) (def mailserver-confirmations-enabled? (enabled? (get-config :MAILSERVER_CONFIRMATIONS_ENABLED))) (def pairing-popup-disabled? (enabled? (get-config :PAIRING_POPUP_DISABLED "0"))) diff --git a/src/status_im/contexts/profile/config.cljs b/src/status_im/contexts/profile/config.cljs index 0fe5164bd4..10c8971ac6 100644 --- a/src/status_im/contexts/profile/config.cljs +++ b/src/status_im/contexts/profile/config.cljs @@ -11,6 +11,7 @@ {;; Temporary fix until https://github.com/status-im/status-go/issues/3024 is resolved :wakuV2Nameserver "8.8.8.8" :statusProxyEnabled config/status-proxy-enabled? + :statusProxyStageName config/status-proxy-stage-name :statusProxyMarketUser config/STATUS_BUILD_PROXY_USER :statusProxyMarketPassword config/STATUS_BUILD_PROXY_PASSWORD :statusProxyBlockchainUser config/STATUS_BUILD_PROXY_USER diff --git a/status-go-version.json b/status-go-version.json index ba01f1626f..a148216c29 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.182.42", - "commit-sha1": "a93c857238c3002ae64da1bdbebea13f3392da8b", - "src-sha256": "0rrny83rnirpm5pwp8br6nnglijb4whx1xl6nwkm5lzfnnichg59" + "version": "v0.183.43", + "commit-sha1": "1f7816dd1a5dbf8ecc4754fd90eea4431648ff69", + "src-sha256": "1qy4h9glx6qhjwrwjjqx0kl292p6psd3iv4zqf666pz3w0kr1nsn" }