2019-12-04 13:19:13 +00:00
|
|
|
# You can leave this empty for rinkeby or use "mainnet"
|
|
|
|
REACT_APP_NETWORK=
|
|
|
|
|
2020-03-27 15:12:13 +00:00
|
|
|
# For all environments
|
2020-10-18 19:48:22 +00:00
|
|
|
REACT_APP_GOOGLE_ANALYTICS=
|
2020-03-27 15:12:13 +00:00
|
|
|
REACT_APP_INFURA_TOKEN=
|
2020-05-28 15:50:08 +00:00
|
|
|
REACT_APP_IPFS_GATEWAY=https://ipfs.io/ipfs
|
2020-05-21 11:42:11 +00:00
|
|
|
PUBLIC_URL=/app/
|
2020-10-30 19:55:40 +00:00
|
|
|
REACT_APP_SENTRY_DSN=
|
2020-03-27 15:12:13 +00:00
|
|
|
|
2019-12-04 13:19:13 +00:00
|
|
|
# For production environments
|
2020-03-27 15:12:13 +00:00
|
|
|
REACT_APP_BLOCKNATIVE_KEY=
|
2019-12-04 13:19:13 +00:00
|
|
|
REACT_APP_INTERCOM_ID=
|
2019-12-13 17:15:13 +00:00
|
|
|
REACT_APP_PORTIS_ID=
|
|
|
|
REACT_APP_SQUARELINK_ID=
|
|
|
|
REACT_APP_FORTMATIC_KEY=
|
2020-03-27 15:12:13 +00:00
|
|
|
REACT_APP_OPENSEA_API_KEY=
|
|
|
|
REACT_APP_COLLECTIBLES_SOURCE=
|
2020-05-13 20:06:01 +00:00
|
|
|
REACT_APP_ETHERSCAN_API_KEY=
|
2019-12-13 17:15:13 +00:00
|
|
|
|
2019-12-18 10:18:58 +00:00
|
|
|
# Versions
|
2019-12-18 11:31:58 +00:00
|
|
|
REACT_APP_LATEST_SAFE_VERSION=
|
2020-05-13 20:06:01 +00:00
|
|
|
|
2019-12-18 10:18:58 +00:00
|
|
|
# Leave it untouched, version will set using dotenv-expand
|
|
|
|
REACT_APP_APP_VERSION=$npm_package_version
|
2020-03-31 11:19:40 +00:00
|
|
|
|
2020-05-13 20:06:01 +00:00
|
|
|
# For Apps
|
2020-04-29 16:44:20 +00:00
|
|
|
REACT_APP_GNOSIS_APPS_URL=https://safe-apps.staging.gnosisdev.com
|