Skip to content

Commit

Permalink
Merge pull request #3541 from JoinColony/feature/gnosis-safe-control
Browse files Browse the repository at this point in the history
Gnosis Safe Control
  • Loading branch information
ArmandoGraterol authored Feb 13, 2023
2 parents ae76c49 + 1e0f5a1 commit 8f79ef4
Show file tree
Hide file tree
Showing 248 changed files with 17,842 additions and 870 deletions.
19 changes: 19 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,22 @@ SUBGRAPH_WS_ENDPOINT=ws://127.0.0.1:8001/subgraphs/name/joinColony/subgraph
METATRANSACTIONS=true
# METATRANSACTIONS BROADCASTER ADDRESS
BROADCASTER_ENDPOINT=http://127.0.0.1:3004

# Add API keys in order to allow contract interaction parsing
ETHERSCAN_API_KEY=

BSCSCAN_API_KEY=

# For testing Safe Control locally. Ensure you have a foreign chain running locally.

LOCAL_HOME_BRIDGE_ADDRESS=

LOCAL_FOREIGN_BRIDGE_ADDRESS=

LOCAL_SAFE_ADDRESS=

ZODIAC_BRIDGE_MODULE_ADDRESS=

LOCAL_ERC721_ADDRESS=

LOCAL_SAFE_TOKEN_ADDRESS=
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ RUN if [ -z "$DEV" ]; then export PROCESS_VAR='[a-z]'; else export PROCESS_VAR='
"&& sed -i \"s/${PROCESS_VAR}.env.USERFLOW_TOKEN/\\\"\$USERFLOW_TOKEN\\\"/g\" *.js" \
"&& sed -i \"s/${PROCESS_VAR}.env.METATRANSACTIONS/\\\"\$METATRANSACTIONS\\\"/g\" *.js" \
"&& sed -i \"s|${PROCESS_VAR}.env.BROADCASTER_ENDPOINT|\\\"\$BROADCASTER_ENDPOINT\\\"|g\" *.js" \
"&& sed -i \"s|${PROCESS_VAR}.env.PINATA_GATEWAY|\\\"\$PINATA_GATEWAY\\\"|g\" *.js" \
" && nginx -g 'daemon off;'" > ./run.sh
RUN chmod +x ./run.sh

Expand Down
Loading

0 comments on commit 8f79ef4

Please sign in to comment.