Error: No Contract deployed with name MockV3Aggregator #3253
Replies: 4 comments 29 replies
-
Nothing in your deploy scripts jumps out as wrong to me. Upload the project repo; maybe I can help you track down the issue. |
Beta Was this translation helpful? Give feedback.
-
Try this not this |
Beta Was this translation helpful? Give feedback.
-
@blaynejosh lets debug it together, try hardhat method const EthUsdAggregator = await deployments.get("MockV3Aggregator")
ethUsdPriceFeedAddress = EthUsdAggregator.address |
Beta Was this translation helpful? Give feedback.
-
@blaynejosh : Is this issue resolved! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I am getting the Error: No Contract deployed with name MockV3Aggregator
This happens when i try to run my deploy script
Here's the deploy script:
Here is the Mock deploy script:
Please help if you can.
Beta Was this translation helpful? Give feedback.
All reactions