Only getting 1 signer from getSigners() #4488
|
Hi there, I'm trying to use getSigners() to get multiple signer objects, but I'm only getting one back. Here is a snippet of my code: And my I understand from the docs that |
Answered by
malm0d
Oct 17, 2023
Replies: 1 comment
|
Sorry I figured. In Now it returns multiple signers |
0 replies
Answer selected by
malm0d
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry I figured.
In
hardhat.config.js, under networks, I had to put myaccountsdifferently to this:Now it returns multiple signers