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
You can find the list of event handlers emitted by the lens contract here. As of now, only one event handler is done, all others have remained. Following is the list of event handlers that need to be added for a usable MVP.
Feel free to suggest an addition/deletion of any event handler. Steps to add an eventHandler:
Define a function to handle any event in the src/lens-hub.ts file in our project as it is defined here. You can get the details about the event fields from the lens-docs. Also, you can use this tool called tenderly if you have an address of that particular transaction and this tool will provide you with all the information regarding the events emitted.
Once the event handler is defined in the lens-hub.ts file, add that event handler in the subgraph.yml file as shown here
The text was updated successfully, but these errors were encountered:
You can find the list of event handlers emitted by the lens contract here. As of now, only one event handler is done, all others have remained. Following is the list of event handlers that need to be added for a usable MVP.
Feel free to suggest an addition/deletion of any event handler. Steps to add an eventHandler:
src/lens-hub.ts
file in our project as it is defined here. You can get the details about the event fields from the lens-docs. Also, you can use this tool called tenderly if you have an address of that particular transaction and this tool will provide you with all the information regarding the events emitted.lens-hub.ts
file, add that event handler in thesubgraph.yml
file as shown hereThe text was updated successfully, but these errors were encountered: