mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-11 10:34:06 +00:00
19dc9332df
* getting apps info from its manifest * Consume app info from manifest in Apps list, Transactions and Toast * fixes * navigate to TX Tab with an app makes a TX
32 lines
730 B
Plaintext
32 lines
730 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=
|
|
|
|
# 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=
|
|
|
|
# Versions
|
|
REACT_APP_LATEST_SAFE_VERSION=
|
|
# Leave it untouched, version will set using dotenv-expand
|
|
REACT_APP_APP_VERSION=$npm_package_version
|
|
|
|
# all environments
|
|
REACT_APP_INFURA_TOKEN=
|
|
|
|
# For Apps
|
|
REACT_APP_GNOSIS_APPS_URL=http://localhost:3002
|