Skip to content

Commit

Permalink
feat: env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
nick8319 committed Aug 25, 2023
1 parent c463150 commit 8422643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/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"

0 comments on commit 8422643

Please sign in to comment.