Lesson-13 error- Error: cannot find artifact "IERC20" #2679
-
Hi! anyone know what is this error all about? Repo- https://github.com/MasterofBlockchain/hardhat-defi-fcc.git |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
@MasterofBlockchain : Correct you contract file spelling! In your contract folder correct your file name from : It will resolve your problem! |
Beta Was this translation helpful? Give feedback.
-
@MasterofBlockchain Update your file name, it is |
Beta Was this translation helpful? Give feedback.
-
Firstly, rename this (to lowercase Then do Try running now. |
Beta Was this translation helpful? Give feedback.
@MasterofBlockchain : Correct you contract file spelling!
In your contract folder correct your file name from :
IERC20.SOL
To :IERC20.sol
Then recompile off course!It will resolve your problem!