-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Index SafeSetup
event of Gnosis Safe 1.3.0 to retrieve initial owner
#44
Comments
SetupEvent
of Gnosis Safe 1.3.0 to retrieve initial owner
SetupEvent
of Gnosis Safe 1.3.0 to retrieve initial ownerSafeSetup
event of Gnosis Safe 1.3.0 to retrieve initial owner
Context: In order to index the owner of a Safe when it's deployed, we created a fork of the Since we want the subgraph to index the data coming from both Safe versions we need to add a handler for the SafeSetup event. |
The only drawback with this approach is that we are registering all the Safes, and not only the ones that signed up to the Hub. |
Created a new issue: #85 |
Tasks:
Notes:
This will give us compatibility with all Gnosis Safes deployed from version 1.3.0 on. Note that original Safes (aka not our forked one) will still not be supported between versions 1.0.0 - 1.3.0. This issue tries to tackle this: #59
The text was updated successfully, but these errors were encountered: