Not using http transport for personal_sign
method.
#1538
Unanswered
pepoospina
asked this question in
Question
Replies: 1 comment 3 replies
-
What is |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using a wallet client with a programmed private key to test my app on a testnet.
I need to use Alchemy instead of a local testnet and, so, this is how I configure it:
I now want to sign a message with
signer.signMessage()
but it forwards the request to Alchemy and throws the errorI would like this method (personal_sign), to be handled by the connected account instead.
How would you achieve this? Should I build a custom transport?
Beta Was this translation helpful? Give feedback.
All reactions