Skip to content

Commit

Permalink
fix_: add infuraSecret and statusProxyBlockchainPassword to secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Dec 16, 2024
1 parent c27c773 commit b25c4a1
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions mobile/callog/status_request_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b25c4a1

Please sign in to comment.