You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am doing signing of EIP 712 message using Metamask and Coinbase wallet. I connected both using wagmi connectors as well. The signTypedData is working fine when I am on Metamask so I was expecting it will work on Coinbase as well. But when I am trying to sign on Coinbase, its given me this error:
UnknownRpcError: An unknown RPC error occurred.
Details: hashFuncMap[method] is not a function
Describe the bug
I am doing signing of EIP 712 message using Metamask and Coinbase wallet. I connected both using wagmi connectors as well. The signTypedData is working fine when I am on Metamask so I was expecting it will work on Coinbase as well. But when I am trying to sign on Coinbase, its given me this error:
Steps
Link to Minimal Reproducible Example
https://stackblitz.com/edit/new-wagmi-hys7ma?file=src%2Fwagmi.ts,src%2FApp.tsx,src%2Fmain.tsx
Steps To Reproduce
Expected behavior
It should work and show the signing message just like the metamask.
Version
No response
Additional info
No response
Desktop
No response
Smartphone
No response
The text was updated successfully, but these errors were encountered: