-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
signMessage using Coinbase wallet extension on browser #1840
Comments
I was just trying the same sort of thing over WalletLink to the Coinbase Wallet app and it seems it's because eth_sign for their provider was expecting the hash of the message, not the message itself. It might be the same issue for you too. |
Was made aware of an even better solution: Instead of forking the project, here's a way to call personal_sign from your code. See #491 |
This has been updated in 5.5.0. For those who require the old behaviour, the JsonRpcSigner has a Thanks! :) |
Discussed in #1839
Originally posted by punk1004 August 7, 2021
I connected Coinbase wallet app and signed message using
signer.signMessage()
function.But the result of
ethers.utils.verifyMessage()
returned different address from the signer's address.Has anyone experienced this before?
The text was updated successfully, but these errors were encountered: