Replies: 3 comments 6 replies
-
@chainxvi : Alright let me check! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Made a PR. |
Beta Was this translation helpful? Give feedback.
4 replies
-
@chainxvi Is this issue resolved? Please mark the answer which solves your issue. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi all, I am trying to run VRF v2 mock unit tests locally and when I manually call
fulfillRandomWords
on thevrfCoordinatorV2Mock
, I expect it to run thefulfillRandomWords
on my contract. For some reason it doesn't. I did the same as Patrick in the course.This is the unit tests file – The last test just times out:
This is the repo: https://github.com/chainxvi/nft-hardhat
Please help I'm stuck in this for several days now.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions