From 8422643bfc9b3d421ebc8c6bcf9540b8cb96697f Mon Sep 17 00:00:00 2001 From: nick8319 Date: Fri, 25 Aug 2023 16:17:09 +0200 Subject: [PATCH] feat: env vars --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index a19902ed0e4..d4009154fe8 100644 --- a/.env +++ b/.env @@ -12,6 +12,6 @@ REACT_APP_MOONPAY_LINK="https://us-central1-uniswap-mobile.cloudfunctions.net/si REACT_APP_MOONPAY_PUBLISHABLE_KEY="pk_test_DycfESRid31UaSxhI5yWKe1r5E5kKSz" #REACT_APP_SENTRY_DSN="https://a3c62e400b8748b5a8d007150e2f38b7@o1037921.ingest.sentry.io/4504255148851200" #REACT_APP_STATSIG_PROXY_URL="https://api.uniswap.org/v1/statsig-proxy" -REACT_APP_TEMP_API_URL="https://q2j6oyfnbh.execute-api.us-east-1.amazonaws.com/prod/" -REACT_APP_UNISWAP_API_URL="https://f9kwthd5v0.execute-api.us-east-1.amazonaws.com/prod/" +REACT_APP_TEMP_API_URL = "https://temp-api.swap.country" # routing-api v1 +REACT_APP_UNISWAP_API_URL = "https://api.swap.country" # routing-api-v2 (Unified Routing API) REACT_APP_WALLET_CONNECT_PROJECT_ID="c6c9bacd35afa3eb9e6cccf6d8464395"