This project uses Alchemy Notify to monitor bribe contract addresses on Optimism and send an alert to Discord via a webhook when inbound bribes are detected.
- set
PORT
andwebhookURL
- designed to run on Replit, but can switch hardcoded for local or includerequire('dotenv').config()
for.env
- point Alchemy Notify webhook to addresses to monitor and Webhook URL (use
ngrok
if local).
$ cd ../VeloBribeAlerts
$ npm install
$ node index.js