Skip to content

FundMe.test stage -> Error code: Need to specify address #92

Answered by conqryash007
slimmsyd asked this question in Q&A
Discussion options

You must be logged in to vote

Replace the following

 const accounts = await ethers.getSigner();

with

 const accounts = await ethers.getSigners();

The ethers.getSigner(address); takes argument, i.e. address of signer, to return the signer object.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@PatrickAlphaC
Comment options

@slimmsyd
Comment options

Answer selected by PatrickAlphaC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants