Lesson 7: 12:20:25 'getContractAt' TypeError #1906
Unanswered
consbeeracyf
asked this question in
Q&A
Replies: 3 comments
-
Try these two things: If the error persists, upload your code to github, I'll look into it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The code for |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you yarn add hardhat-deploy? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just git pulled the code for lesson 7 from this repo and when I run
I receive the error
TypeError: Cannot read properties of undefined (reading 'getContractAt')
at main (/Users/testAccount/Desktop/hardhat-fund-me-fcc-main/scripts/fund.js:5:31)
I am able to successfully compile, deploy, and start a node, but running fund.js results in the above TypeError.
Beta Was this translation helpful? Give feedback.
All reactions