how to connect a contract to a contract runner with hardhat ethers v6? #4412
Unanswered
kuco23
asked this question in
Troubleshooting
Replies: 1 comment 2 replies
-
Your link 404s |
Beta Was this translation helpful? Give feedback.
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want to connect a contract to an impersonated account on a forked network, using ethers v6. I followed a tutorial on how to do this, and I derived this, but now (I'm guessing with v6 version) the
getSigner
method does not exist on ethers. I saw it exists on ethers provider object, but now I'm not sure how to sync it with hardhat's internal provider:I would appreciate any help with connecting a contract to the impersonated signer.
Beta Was this translation helpful? Give feedback.
All reactions