Not able to sign transactions using Ethers and Wallet connect #1920
Unanswered
samatvalive
asked this question in
Q&A
Replies: 1 comment
-
Have you tried passing signer to the contract? Provider only offers read-only access.
|
Beta Was this translation helpful? Give feedback.
0 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.
-
I have a problem with initialize contract with wallet connect provider. My task is to call write operation of Smart Contract. I'm able to perform all operation with metamask web enabled extension, but with wallet connect write operation not happening
Here how I'm doing for metamask web enabled extension
And this is how I'm doing for wallet connect
But the issue is, this code is working for read operation only, in write operation, I'm getting error -> Invalid Signer or provider
Beta Was this translation helpful? Give feedback.
All reactions