From 2172abe9539d8af7cb7fd748cd4bc28e0f4b73fa Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Tue, 17 Dec 2024 09:41:56 +0000 Subject: [PATCH] fix_: add `infuraSecret` and `statusProxyBlockchainPassword` to secrets (#6217) --- 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 6a93e7cc1..5802eeb97 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",