PatrickAlphaC / hardhat-fund-me-fcc

82 stars 184 forks source link

Lesson 7: 00-deploy-mocks.js Missing Deploy in the Video #18

Closed PCWCFA closed 2 years ago

PCWCFA commented 2 years ago

Steps to reproduce:

1) Go to https://youtu.be/gyMwXuJrbJQ?t=38385 2) The video shows the start of the creation of MockV3Aggregator.sol with 00-deploy-mock.js still visible. 3) The 00-deploy-mock.js does not include the deploy.

image

4) At https://youtu.be/gyMwXuJrbJQ?t=38524, the video shows the start of the compilation. Doing so as is would not have compiled the MockV3Aggregator.sol.

image

PCWCFA commented 2 years ago

My mistake. The deployment was added later. The lack of compilation is due to some other issue. I'll investigate on my end.

PCWCFA commented 2 years ago

Closing.