Lesson 9: raffle.once not listening to the WinnerPicked event #5850
Unanswered
satishnvrn
asked this question in
Q&A
Replies: 1 comment
-
Error: Timeout of 400000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
Hope this will help. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using ethers v6 in my project and wanted to listen to WinnerPicked event on my raffle contract. I'm able to check the logs and I can see that the event is emitted but raffle.once in my repository is not able to listen to it. Here is a link to my repository.
Thsi is the error I'm facing:
Note: I want to fix this with ethers V6 only and please don't suggest downgrading ethers.
Beta Was this translation helpful? Give feedback.
All reactions