From 29de1aec8999988546791894a756ab9c98276cea Mon Sep 17 00:00:00 2001 From: Zach Kelling Date: Thu, 7 Nov 2024 01:47:56 -0800 Subject: [PATCH] Update env --- .env.production | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index d512b226e..8f9db9f11 100644 --- a/.env.production +++ b/.env.production @@ -1,11 +1,11 @@ # These API keys are intentionally public. Please do not report them - thank you for your concern. REACT_APP_AMPLITUDE_PROXY_URL="https://api.lux.exchange/v1/amplitude-proxy" #REACT_APP_AWS_API_ENDPOINT="https://beta.api.uniswap.org/v1/graphql" -REACT_APP_PUBLIC_API_ENDPOINT="https://beta.api.uniswap.org/v1/graphql" -# REACT_APP_PUBLIC_API_ENDPOINT=https://v3.lux.exchange/api/v1/graphql +#REACT_APP_PUBLIC_API_ENDPOINT="https://beta.api.uniswap.org/v1/graphql" +REACT_APP_PUBLIC_API_ENDPOINT=https://v3.lux.exchange/api/v1/graphql REACT_APP_AWS_API_ENDPOINT="/api" # REACT_APP_TEMP_API_URL="https://temp.api.uniswap.org/v1" -REACT_APP_TEMP_API_URL="/beta" +#REACT_APP_TEMP_API_URL="/beta" REACT_APP_FORTMATIC_KEY="pk_live_F937DF033A1666BF" REACT_APP_GOOGLE_ANALYTICS_ID="G-VMLNM565QD" ESLINT_NO_DEV_ERRORS=true