From b25c4a16a0410538185bd27b5a2993028e8291d4 Mon Sep 17 00:00:00 2001
From: Igor Sirotin <sirotin@status.im>
Date: Mon, 16 Dec 2024 18:28:40 +0000
Subject: [PATCH] fix_: add `infuraSecret` and `statusProxyBlockchainPassword`
 to secrets

---
 mobile/callog/status_request_log.go | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/mobile/callog/status_request_log.go b/mobile/callog/status_request_log.go
index 1cfb293be9..3f5b0ec02e 100644
--- a/mobile/callog/status_request_log.go
+++ b/mobile/callog/status_request_log.go
@@ -22,16 +22,20 @@ var sensitiveKeys = []string{
 	"mnemonic",
 	"openseaAPIKey",
 	"poktToken",
-	"alchemyArbitrumMainnetToken",
-	"raribleTestnetAPIKey",
-	"alchemyOptimismMainnetToken",
-	"statusProxyBlockchainUser",
-	"alchemyEthereumSepoliaToken",
-	"alchemyArbitrumSepoliaToken",
 	"infuraToken",
+	"infuraSecret",
 	"raribleMainnetAPIKey",
+	"raribleTestnetAPIKey",
 	"alchemyEthereumMainnetToken",
+	"alchemyEthereumSepoliaToken",
+	"alchemyArbitrumMainnetToken",
+	"alchemyArbitrumSepoliaToken",
+	"alchemyOptimismMainnetToken",
 	"alchemyOptimismSepoliaToken",
+	"statusProxyMarketUser",
+	"statusProxyMarketPassword",
+	"statusProxyBlockchainUser",
+	"statusProxyBlockchainPassword",
 	"verifyENSURL",
 	"verifyTransactionURL",
 	"gifs/api-key",