How to get event listener to work for non-targeted listeners? #4623
yvasilyev92
started this conversation in
General
Replies: 1 comment
-
Can you provide some example code of what isn’t working? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using ethersv6 to create active event listeners but they only work for targeted listeners aka "Transfer" "Approval" , etc .
If I try with one of my own custom events the active listener simply doesn't work and my script exits rather than hanging and listening. Any alternatives I can try?
Beta Was this translation helpful? Give feedback.
All reactions