Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
fix: add prod env variables due to vercel issues (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio authored May 24, 2022
1 parent 3a5add2 commit 14fa486
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/app/.env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#
# Production env file
# This was added due to vercel issues on updating env variables
#
VITE_FUEL_PROVIDER_URL=https://node.swayswap.io/graphql
VITE_CONTRACT_ID=0xac01cffc1fe91976228834078e888efcd185d6792bd2138b09afbdf833599ef6
VITE_TOKEN_ID=0xb72c566e5a9f69c98298a04d70a38cb32baca4d9b280da8590e0314fb00c59e0
VITE_RECAPTCHA_SITE_KEY=6Ld3cEwfAAAAAMd4QTs7aO85LyKGdgj0bFsdBfre
VITE_FUEL_FAUCET_URL=https://faucet-fuel-core.swayswap.io/dispense
REACT_APP_ENABLE_FAUCET_API=false

0 comments on commit 14fa486

Please sign in to comment.