Updating .env.production file to also include the same comment as .env about reporting these public API keys

This commit is contained in:
Andrew MacPherson 2023-02-27 10:00:22 -05:00
parent 4029819090
commit 8bfebd37a2

@ -1,3 +1,4 @@
# These API keys are intentionally public. Please do not report them - thank you for your concern.
REACT_APP_AMPLITUDE_PROXY_URL="https://api.uniswap.org/v1/amplitude-proxy"
REACT_APP_STATSIG_PROXY_URL="https://api.uniswap.org/v1/statsig-proxy"
REACT_APP_AWS_API_ENDPOINT="https://api.uniswap.org/v1/graphql"