Skip to content
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

eth_signTypedData_v3 method issue #625

Open
anand-nftically opened this issue Sep 21, 2022 · 1 comment
Open

eth_signTypedData_v3 method issue #625

anand-nftically opened this issue Sep 21, 2022 · 1 comment

Comments

@anand-nftically
Copy link

anand-nftically commented Sep 21, 2022

Issue while signing data using eth_signTypedData_v3 using third party libraries. the main issue is web3auth wallet is accepting object while all other wallets accepts data as stringified object for EIP712Domain. Please refer to the same issue resolved by walletlink (coinbase wallet now).

coinbase/coinbase-wallet-sdk#60

That's why some libraries could not work properly with web3auth wallet, found this issue when working with biconomy gasless transactions related discussion #504

provider.send("eth_signTypedData_v3",[userEthAddress, Data]);
in the above piece of code web3Auth wallet must accept Data as string or in both string/object

@anand-nftically
Copy link
Author

is there any update regarding this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant