Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve issue with env variable being overwritten
CI set the environment variable on build `DAPP_DEVELOPMENT_TESTNET_CONTRACTS` but the dapp didn't read that because it had `REACT_APP_DAPP_DEVELOPMENT_TESTNET_CONTRACTS = false` and `.env` took precedence. The change sets the `.env` based on the specified environment variable so the dapp will now take that into account.
- Loading branch information