Error when running deploy.js for hardhat-simple-storage-fcc (lesson 6) #3452
-
Hi Patrick, team, When running the deploy.js file for hardhat (hardhat-simple-storage-fcc) I get this error: yarn hardhat run scripts/deploy.js It should not be using 'ts' files no? I am running the JavaScript version as outlined in our tutorial . (FYI that I never managed to run the file successfully yet) Thanks for any assistance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Oh never mind. I found the problem. I used "contractFactory" instead of "getcontractFactory". Thanks |
Beta Was this translation helpful? Give feedback.
Oh never mind. I found the problem. I used "contractFactory" instead of "getcontractFactory". Thanks