A Discord bot that tracks Rocket Pool Events
- Ability to track Proposals (Description/Vote Count read from Contract)
- Ability to track oDAO Member Activity (uses Nicknames of oDAO Members if available)
- Ability to track Deposit Poll Activity
- Ability to track Minipool Activity (Provides Link to Validator if feasible)
- Supports ENS Addresses
- Automatically retrieves Addresses from Storage Contract at start-up. (Easy support for Upgrades)
- Supports dual-channel setup to separate oDAO Events from the rest.
- Deduplication-Logic (prevents duplicated Messages caused by Chain-Reorgs).
- Easy Extendability (Almost no hard-coded Events, most are loaded from a
.json
File)