Lesson 6 TypeError: (0 , ethers_1.getAddress) is not a function #6194
Answered
by
Shahil-Hussain01
Shahil-Hussain01
asked this question in
Q&A
-
I'm getting this error on running the command
deploy.js:-
package.json:-
hardhat.config.js:-
|
Beta Was this translation helpful? Give feedback.
Answered by
Shahil-Hussain01
Oct 8, 2023
Replies: 1 comment
-
I figured it out!!!
Link:-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Shahil-Hussain01
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I figured it out!!!
we are using the latest version of hardhat and ethers so we have to make a couple of changes in our code to make it work! I'm attaching my code and the link of hardhat docs on how to deploy your contract