TypeError: ethers.getsigners is not a function #1609
Unanswered
DimitriMavrick
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There is no function in ethers with that name. It is a function injected into the ethers namespace by hardhat, so you will need to look into their documentation into how to trigger that injection. Hope that helps. :) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
const{expect} = require('chai')
describe('Token Contract',() => {
let Token,token,owner,addr1,addr2
Beta Was this translation helpful? Give feedback.
All reactions