Replies: 1 comment 2 replies
-
An InfuraProvider doesn’t have a Signer, so it cannot send transactions. You are probably trying to call a non-constant method on a Contract, which you cannot do without a Signer… |
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.
-
Hi all,
I am getting the error "sending a transaction requires a signer".
I am currently running on "ethers": "^5.4.7".
My getProviderDetails is a InfuraProvider as my current project is not passing in any wallet instance.
Appreciate your help in advance!
Beta Was this translation helpful? Give feedback.
All reactions