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'm trying to implement account abstraction using your auth-kit and so on + GelatoRelayPack. For this implementation I followed 100% the code that you have in the demo app https://safe-account-abstraction-demo.netlify.app/.
When authenticating with web3auth everything goes smoothly and I'm able to do transactions. When I connect with metamask and try to conduct a transaction I get the following error:
Description
I'm trying to implement account abstraction using your
auth-kit
and so on +GelatoRelayPack
. For this implementation I followed 100% the code that you have in the demo app https://safe-account-abstraction-demo.netlify.app/.When authenticating with
web3auth
everything goes smoothly and I'm able to do transactions. When I connect with metamask and try to conduct a transaction I get the following error:The metamask is still prompted to sign the transaction but it leads to failure.
I go over you demo app (https://safe-account-abstraction-demo.netlify.app/) to try the same thing, using my metamask wallet and I have exactly the same issue.
Same metamask error is displayed in the console before even signing the transaction.
Environment
Just follow safe demo app https://safe-account-abstraction-demo.netlify.app/
Steps to reproduce
Expected result
Expected the transaction to be successful
The text was updated successfully, but these errors were encountered: