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 checked there isn't already an issue for the bug I encountered.
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:
Click sign once connected, the metamask popup will show up with correct message data
Disconnect with metamask and connect with coinbase
Click sign once connected again, it will show the error
What Wagmi package(s) are you using?
wagmi, @wagmi/connectors, @wagmi/core
Wagmi Package(s) Version(s)
^2.12.31
Viem Version
2.x
TypeScript Version
No response
Anything else?
When I am creating the stackblitz, I noticed that it's working fine on wagmi v2.0.0 and viem v2.0.0. When I tried upgrading it to the versions I am using, it starts failing.
The text was updated successfully, but these errors were encountered:
Check existing issues
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:
UnknownRpcError: An unknown RPC error occurred.
Details: hashFuncMap[method] is not a function
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
What Wagmi package(s) are you using?
wagmi, @wagmi/connectors, @wagmi/core
Wagmi Package(s) Version(s)
^2.12.31
Viem Version
2.x
TypeScript Version
No response
Anything else?
When I am creating the stackblitz, I noticed that it's working fine on wagmi v2.0.0 and viem v2.0.0. When I tried upgrading it to the versions I am using, it starts failing.
The text was updated successfully, but these errors were encountered: