lesson 7 Error: No deployment found for: MockV3Aggregator #3157
-
Hi all, the link to my repo I get this error when I run |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 19 replies
-
This is due to a typo in the naming of the contract inside Do not forget to clean cache and artifacts:
|
Beta Was this translation helpful? Give feedback.
-
in hardhat_helper_config.js change
to
Then to the hardhat.config.js add
|
Beta Was this translation helpful? Give feedback.
-
@SiegfriedBz : I have made a PR in your repo, Merge it, and try it out! After Merging, Your tests will run just fine! Let me know, If it resolves your issue! |
Beta Was this translation helpful? Give feedback.
@SiegfriedBz : I have made a PR in your repo, Merge it, and try it out!
After Merging, Your tests will run just fine!
Let me know, If it resolves your issue!