Skip to content

Commit

Permalink
more envs for safe react and README for commits
Browse files Browse the repository at this point in the history
  • Loading branch information
InoMurko committed Dec 10, 2021
1 parent c5584a3 commit 1c2358c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README.md
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'




27 changes: 26 additions & 1 deletion boba_ops/envs/.env_safe_react
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

0 comments on commit 1c2358c

Please sign in to comment.