-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more envs for safe react and README for commits
- Loading branch information
Showing
2 changed files
with
34 additions
and
5 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 |
---|---|---|
@@ -1,6 +1,10 @@ | ||
# safe-gnosis | ||
A full service docker compose setup and container building repo: | ||
Safe Transaction Service tags v3.4.16 - Gnosis | ||
Safe React tags v3.15.6 - OMG Network Fork | ||
Safe Client Gateway tags v3.10.1 - Gnosis | ||
Safe Config Service tags v2.7.2 - Gnosis | ||
- Safe Transaction Service tags v3.4.16 - Gnosis - Submodule path 'safe-transaction-service': checked out 'c9a41020f04df06d001b12c81c9bc1fcf10582c8' | ||
- Safe React tags v3.15.6 - Boba Network Fork - Submodule path 'safe-react': checked out '0da51b08ce62f5442d5d81fb7579798ffe5c1896' | ||
- Safe Client Gateway tags v3.10.1 - Gnosis - Submodule path 'safe-client-gateway': checked out 'aaee0a644faa918e9e84995241502767f57d4826' | ||
- Safe Config Service tags v2.7.2 - Gnosis - Submodule path 'safe-config-service': checked out '2022a64c65083aee0e9b734f5a08df24dc445bc3' | ||
|
||
|
||
|
||
|
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,2 +1,27 @@ | ||
REACT_APP_NETWORK=BOBA_RINKEBY | ||
NODE_ENV=test | ||
NODE_ENV=test | ||
# For all environments | ||
REACT_APP_GOOGLE_ANALYTICS= | ||
REACT_APP_INFURA_TOKEN= | ||
REACT_APP_IPFS_GATEWAY=https://ipfs.io/ipfs | ||
REACT_APP_SENTRY_DSN= | ||
REACT_APP_SAFE_APPS_RPC_INFURA_TOKEN= | ||
|
||
# For production environments | ||
REACT_APP_INTERCOM_ID= | ||
REACT_APP_PORTIS_ID= | ||
REACT_APP_SQUARELINK_ID= | ||
REACT_APP_FORTMATIC_KEY= | ||
REACT_APP_COLLECTIBLES_SOURCE= | ||
REACT_APP_ETHERSCAN_API_KEY= | ||
REACT_APP_ETHGASSTATION_API_KEY= | ||
|
||
# Versions | ||
REACT_APP_LATEST_SAFE_VERSION= | ||
|
||
# Leave it untouched, version will set using dotenv-expand | ||
REACT_APP_APP_VERSION=$npm_package_version | ||
|
||
# Contracts Addresses | ||
REACT_APP_SPENDING_LIMIT_MODULE_ADDRESS=0x9e9Bf12b5a66c0f0A7435835e0365477E121B110 | ||
|