Lesson 9: Hardhat Smart Contract Lottery ----> HardhatError: HH700: Artifact for contract "VRFCoordinatorV2Mock" not found. #1847
chiranjeev13
started this conversation in
General
Replies: 2 comments 4 replies
-
I am having the same issue |
Beta Was this translation helpful? Give feedback.
3 replies
-
@chiranjeev13 @sparrow313 Can you please upload your code to a repository and link it here? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I am getting a error while deploying the project
this is my 01-deploy-raffle.js file
and this is the error i am getting..
I even tried to change
ethers.getContract("VRFCoordinatorV2Mock" );
toethers.getContractAt("VRFCoordinatorV2Mock");
But then i got this error
Beta Was this translation helpful? Give feedback.
All reactions