Replies: 2 comments
-
Android works as well |
Beta Was this translation helpful? Give feedback.
0 replies
-
Doesn't seem to be related to wallet-core library, converting to a discussion. |
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.
-
As described in #3049, Trust Wallet is having trouble signing EIP712 signed data on iOS.
I am using Web3Modal and wagmi. When I call signTypedData() on desktop, it works fine. When I attempt to call it with Trust Wallet iOS, it does not produce the same signature.
Here is my _app.tsx.
and here is my sign function:
Beta Was this translation helpful? Give feedback.
All reactions