project screenshot 1
project screenshot 2
project screenshot 3

M2N

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

M2N

Created At

ETHGlobal London

Project Description

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, ...

How it's Made

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.

background image mobile

Join the mailing list

Get the latest news and updates