Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 616 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 616 Bytes

🚵 VeloBribeAlerts - discord webhook

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.

⚙️ Run locally

  • set PORT and webhookURL - designed to run on Replit, but can switch hardcoded for local or include require('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