-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: aave-ui now recommends using .env config over focker-compose config. This might be breaking for your workflow. Make sure .env variables are correctly set.
- Loading branch information
Showing
13 changed files
with
104 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
REACT_APP_SUPPORTED_ETHEREUM_NETWORKS="polygon,mumbai,mainnet,kovan,fuji,avalanche" | ||
REACT_APP_DEFAULT_ETHEREUM_NETWORK="mainnet" | ||
REACT_APP_ENABLE_CACHING_BACKEND="true" | ||
REACT_APP_RATES_HISTORY_ENDPOINT="https://aave-api-v2.aave.com/data/rates-history" | ||
REACT_APP_ENABLE_NASH="true" | ||
# REACT_APP_FORTMATIC_KEY_MAINNET=<FORTMATIC_KEY_MAINNET> | ||
# REACT_APP_FORTMATIC_KEY_TESTNET=<FORTMATIC_KEY_TESTNET> | ||
# REACT_APP_TRANSAK_API_KEY=<TRANSAK_API_KEY> | ||
# REACT_APP_ONRAMP_API_KEY=<ONRAMP_API_KEY> | ||
# REACT_APP_PORTIS_DAPP_ID=<PORTIS_DAPP_ID> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
REACT_APP_SUPPORTED_ETHEREUM_NETWORKS="kovan,mumbai,fuji,mainnet,polygon,avalanche" | ||
REACT_APP_DEFAULT_ETHEREUM_NETWORK="mainnet" | ||
REACT_APP_ENABLE_CACHING_BACKEND="true" | ||
REACT_APP_RATES_HISTORY_ENDPOINT="https://aave-api-v2.aave.com/data/rates-history" | ||
REACT_APP_ENABLE_NASH="true" | ||
# required for ipfs, might be omitted | ||
PUBLIC_URL="." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
REACT_APP_SUPPORTED_ETHEREUM_NETWORKS="mainnet,polygon,avalanche" | ||
REACT_APP_DEFAULT_ETHEREUM_NETWORK="mainnet" | ||
REACT_APP_ENABLE_CACHING_BACKEND="true" | ||
REACT_APP_RATES_HISTORY_ENDPOINT="https://aave-api-v2.aave.com/data/rates-history" | ||
REACT_APP_ENABLE_NASH="true" | ||
# required for ipfs, might be omitted | ||
PUBLIC_URL="." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
REACT_APP_SUPPORTED_ETHEREUM_NETWORKS="kovan,mumbai,fuji,mainnet,polygon,avalanche" | ||
REACT_APP_DEFAULT_ETHEREUM_NETWORK="mainnet" | ||
REACT_APP_ENABLE_CACHING_BACKEND="true" | ||
REACT_APP_RATES_HISTORY_ENDPOINT="https://aave-api-v2.aave.com/data/rates-history" | ||
REACT_APP_ENABLE_NASH="true" | ||
# required for ipfs, might be omitted | ||
PUBLIC_URL="." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
.env | ||
/.env.local | ||
/.env.production | ||
node_modules/ | ||
package.temp.json | ||
.expo/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters