gnosisguild / zodiac-safe-app

https://gnosis-safe.io/app/share/safe-app?appUrl=https://zodiac.gnosisguild.org/&chainId=5
GNU Lesser General Public License v3.0
26 stars 28 forks source link

[Reality Module] Add more monitoring #149

Closed asgeir-s closed 1 year ago

asgeir-s commented 1 year ago

The current implementation only adds monitoring for the ProposalQuestionCreated event.

We should probably add monitoring for other events, like:

~This requires us to get a callback when new questions are created for a Reality Module so that we can get the question ID to set up a new sentinel (new monitoring). If we are going to do this, we also have to save the user's API key and the secret for use later when setting up monitoring for specific questions.~

It looks like we can use Defender Autotasks for this: https://docs.openzeppelin.com/defender/autotasks

asgeir-s commented 1 year ago

Process:

Cleanup: