You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if we can get Async contractRegister event handlers.
The use case I have is indexing a money market that can dynamically deploy new pools that need to get indexed.
It would be best to use the dynamic contract registration.
My problem is that the event emitted is a generic "ProxyCreated" event that does not tell you the type of contract and it can be different ones.
A solution could be to make an async call to check which functions exist on the contract but this requires an async event handler which is not supported yet!
Appreciate your great work and looking forward to seeing more features getting added.
The text was updated successfully, but these errors were encountered:
Hey Envio team!
It would be great if we can get Async contractRegister event handlers.
The use case I have is indexing a money market that can dynamically deploy new pools that need to get indexed.
It would be best to use the dynamic contract registration.
My problem is that the event emitted is a generic "ProxyCreated" event that does not tell you the type of contract and it can be different ones.
A solution could be to make an async call to check which functions exist on the contract but this requires an async event handler which is not supported yet!
Appreciate your great work and looking forward to seeing more features getting added.
The text was updated successfully, but these errors were encountered: