mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-09 17:45:38 +00:00
4065d5a007
* Remove ethereum-ens in favour of web3.eth.ens * Allow load Apps from ENS names * remove comment * review changes * replace REACT_APP_IPFS_NODE by REACT_APP_IPFS_GATEWAY * review fixes * TS Errors * fix paths * Fix validtor * Apps: Move App form to a separate file * re-build * review changes * fix iframeEl type * remove validation * fix type * update web3 version * remove type in getContentFromENS Co-authored-by: lukasschor <lukas.schor@gnosis.pm> Co-authored-by: Mati Dastugue <matias.dastugue@altoros.com> Co-authored-by: Fernando <fernando.greco@gmail.com> Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com>
33 lines
795 B
Plaintext
33 lines
795 B
Plaintext
# You can leave this empty for rinkeby or use "mainnet"
|
|
REACT_APP_NETWORK=
|
|
|
|
# For Rinkeby network
|
|
REACT_APP_GOOGLE_ANALYTICS_ID_RINKEBY=
|
|
|
|
# For Mainnet network (no needed on dev mode)
|
|
REACT_APP_GOOGLE_ANALYTICS_ID_MAINNET=
|
|
|
|
# For all environments
|
|
REACT_APP_INFURA_TOKEN=
|
|
REACT_APP_IPFS_GATEWAY=https://ipfs.io/ipfs
|
|
PUBLIC_URL=/app/
|
|
|
|
# For production environments
|
|
REACT_APP_BLOCKNATIVE_KEY=
|
|
REACT_APP_INTERCOM_ID=
|
|
REACT_APP_PORTIS_ID=
|
|
REACT_APP_SQUARELINK_ID=
|
|
REACT_APP_FORTMATIC_KEY=
|
|
REACT_APP_OPENSEA_API_KEY=
|
|
REACT_APP_COLLECTIBLES_SOURCE=
|
|
REACT_APP_ETHERSCAN_API_KEY=
|
|
|
|
# Versions
|
|
REACT_APP_LATEST_SAFE_VERSION=
|
|
|
|
# Leave it untouched, version will set using dotenv-expand
|
|
REACT_APP_APP_VERSION=$npm_package_version
|
|
|
|
# For Apps
|
|
REACT_APP_GNOSIS_APPS_URL=https://safe-apps.staging.gnosisdev.com
|