Skip to content

Commit

Permalink
Merge pull request #19 from hemilabs/fix-api-url-env
Browse files Browse the repository at this point in the history
Fix api url for production environment
  • Loading branch information
leanazulyoro authored Apr 30, 2024
2 parents a6425f9 + e3d349e commit 5fdcc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ REACT_APP_BNB_RPC_URL="https://old-wispy-arrow.bsc.quiknode.pro/f5c060177236065c
REACT_APP_FIREBASE_KEY="AIzaSyBcZWwTcTJHj_R6ipZcrJkXdq05PuX0Rs0"
REACT_APP_FORTMATIC_KEY="pk_live_F937DF033A1666BF"
REACT_APP_GOOGLE_ANALYTICS_ID="G-KDP9B6W4H8"
REACT_APP_HEMI_UNISWAP_API_URL="https://hgc8sm30t0.execute-api.eu-central-1.amazonaws.com/production/v2/quote"
REACT_APP_HEMI_UNISWAP_API_URL="https://hgc8sm30t0.execute-api.eu-central-1.amazonaws.com/production/v2"
REACT_APP_INFURA_KEY="099fc58e0de9451d80b18d7c74caa7c1"
REACT_APP_MOONPAY_API="https://api.moonpay.com"
REACT_APP_MOONPAY_LINK="https://us-central1-uniswap-mobile.cloudfunctions.net/signMoonpayLinkV2?platform=web&env=production"
Expand Down

0 comments on commit 5fdcc33

Please sign in to comment.