diff --git a/src/status_im/contexts/profile/config.cljs b/src/status_im/contexts/profile/config.cljs index cc8e19cea8..10c8971ac6 100644 --- a/src/status_im/contexts/profile/config.cljs +++ b/src/status_im/contexts/profile/config.cljs @@ -12,10 +12,10 @@ :wakuV2Nameserver "8.8.8.8" :statusProxyEnabled config/status-proxy-enabled? :statusProxyStageName config/status-proxy-stage-name - :statusProxyMarketUser "test" - :statusProxyMarketPassword "test" - :statusProxyBlockchainUser "test" - :statusProxyBlockchainPassword "test" + :statusProxyMarketUser config/STATUS_BUILD_PROXY_USER + :statusProxyMarketPassword config/STATUS_BUILD_PROXY_PASSWORD + :statusProxyBlockchainUser config/STATUS_BUILD_PROXY_USER + :statusProxyBlockchainPassword config/STATUS_BUILD_PROXY_PASSWORD :openseaAPIKey config/opensea-api-key :poktToken config/POKT_TOKEN :infuraToken config/INFURA_TOKEN