TypeError: ethers.providers.Wallet is not a constructor #5801
Answered
by
alfaqi
OlamiposcyDev
asked this question in
Q&A
-
I always get the error when deploying my contract The deploy.js code
The errors i receive:
Someone should please tell me whats going on |
Beta Was this translation helpful? Give feedback.
Answered by
alfaqi
Jul 5, 2023
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
OlamiposcyDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ethers.Wallet
withoutproviders
change this
const wallet = new ethers.providers.Wallet(
like this
const wallet = new ethers.Wallet(