Lesson 7- Hardhat Fund Me : No FundMe Contract deployed with Mock #428
-
I was following the video around 10:52:04 and in the video in Patrick's terminal it deployed both the MockV3Aggregator contract and the FundMe contract, but when I did
Here is my FundMe.sol code
Here is my Deploy 00
Here is my deploy 01
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
change this Your const variable is declared as and not Delete artifacts, cache and deployment folders before you redeploy. See if this fixes the error. Also, there are questions/discussions on this topic. You can follow those to find a solution. |
Beta Was this translation helpful? Give feedback.
-
There is no error for deployment,... Maybe
Or to
And then run
|
Beta Was this translation helpful? Give feedback.
There is no error for deployment,... Maybe
FundMe
contract is being deployed and logs are not displayed...Change your deploy function to
Or to
And then run
yarn hardhat clean && yarn hardhat deploy