Skip to content
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

Add event handlers #9

Open
4 of 6 tasks
naz3eh opened this issue Sep 2, 2022 · 4 comments
Open
4 of 6 tasks

Add event handlers #9

naz3eh opened this issue Sep 2, 2022 · 4 comments

Comments

@naz3eh
Copy link
Member

naz3eh commented Sep 2, 2022

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:

  1. 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.
  2. Once the event handler is defined in the lens-hub.ts file, add that event handler in the subgraph.yml file as shown here
@deepak-likes-code
Copy link
Contributor

Hey @Nazeeh21 I would like to pick up these tasks.

@naz3eh naz3eh pinned this issue Oct 10, 2022
@route-2
Copy link

route-2 commented Nov 1, 2022

Hey @Nazeeh21 I would like to pick these tasks up.

@naz3eh
Copy link
Member Author

naz3eh commented Nov 1, 2022

Hey @route-2 can you comment on #18, so that i can assign that issue to you

@andyrobert3
Copy link
Contributor

Since these issues are soon fixed, we may want to consider closing this issue @Nazeeh21

#18
#19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants