Skip to content

Commit

Permalink
Improve notifications and make them a bit less noisy
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Aug 12, 2023
1 parent f12baca commit c2a811f
Show file tree
Hide file tree
Showing 8 changed files with 1,622 additions and 122 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ NETWORK=5 # Network to test. 1: Mainnet, 5: Goerli, 100: xDai
# NODE_USER_100=
# NODE_PASSWORD_100=

# Slack
SLACK_WEBHOOK_URL=
NOTIFICATIONS_ENABLED=false
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,14 @@ If running your own watch tower, or deploying for production:
tenderly actions deploy
```
Make sure you configure the secrets in Tenderly:
- `SLACK_WEBHOOK_URL`: Slack Webhook
- `NOTIFICATIONS_ENABLED`: (default `true`) Set to `false` to disable Slack notifications
- `NODE_URL_${network}`: RPC Node URL
- `NODE_USER_${network}`: (optional) RPC Node user name for basic auth.
- `NODE_PASSWORD_${network}`: (optional) RPC Node password name for basic auth.
## Developers
### Requirements
Expand Down
Loading

0 comments on commit c2a811f

Please sign in to comment.