TypeError: Cannot read properties of undefined (reading 'deployContract') #4456
Replies: 1 comment
-
are you using the ethers plugin? |
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 am using hardhat 2.18.0
I am able to compile my contract.
When I issue the following command:
I get the following error:
This is the start of my deploy.js:
I don't seem to find
deployContract
in js files:Any hint is welcome.
Beta Was this translation helpful? Give feedback.
All reactions