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've created a focused solution: wagmi-eip-4337, a lightweight library that bridges the gap between wagmi and Account Abstraction wallets. https://www.npmjs.com/package/wagmi-eip-4337
The library currently addresses the most pressing need for us: providing a replacement for wagmi's waitForTransactionReceipt that properly handles Safe Wallet transactions. While the name suggests broader EIP-4337 support, we're starting only with Safe Wallet as it's the most commonly reported issue.
@ebma If you think library is too much, I can add the relevant functions under the src/helpers/safe-wallet/ directory
Context
It seems like signing transactions with https://app.safe.global/apps is currently not possible. The flow was as follows:
The account where this happened is:
0xae82321664334C23E2E516192F0A43B175B9214b
on PolygonTODO
Check why Vortex does not recognize the successful approve transaction and keeps requesting a signature for that.
The text was updated successfully, but these errors were encountered: