This squid is strictly for creating notifications which will feed into Discord or wherever else we need.
This squid is deployed to subsquid cloud. It contains:
- 1 Processor
- The processor triggers the notifications.
- 1 Database
- The database is hardly used and should rarely if not ever be updated.
Note
Alerts which are based on metric thresholds should likely be created in Grafana using data from origin-squid
.
Ideal notifications for this project:
- Governance Proposal Activity
- Mints & Burns
- Buyback swaps
- Strategist updates
- Strategy deposits/withdrawals
- Events
- Trace activity
npm run process
BLOCK_FROM=123456 npm run process
npm run resume
npm run generate-abis
npm run digest
Note
We want to do update deploys to prevent gaps in processing.
sqd deploy . --update