M2N
MetaMorpho Notifier - Let's you know when critical operations are performed on MetaMorpho Vaults.
Screenshots



Problem Statement
This project helps the MetaMorpho vault users by sending notifications whenever a timelocked operation is performed on a vault. Currently, there are two notifiers implemented:A Push Protocol Notifier, which sends a message on a Push channel.A Console Notifier, which prints the event on the terminal.The idea is to provide an extensible interface which lets users implement a notifier for their own needs: a Telegram notifier, a Discord notifier, ...
Solution
This project is made using the ethers framework which helps us listen for new events on the MetaMorpho vaults that have been deployed. For the sake of the hackathon project, the mainnet has been forked locally using Hardhat and we create a new vault using the MetaMorpho Vault Factory. Then, once we try to set a new vault guardian the corresponding event is emitted and propagated to the two notifiers we currently have implemented.The first one simply prints the event in the terminal while the second sends a message in a dedicated Push Protocol Channel on the Sepolia network.
Hackathon
ETHGlobal London
2024
Contributors
- 0xpanoramix
12 contributions