Replies: 1 comment 1 reply
-
Wagmi just forwards on the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
using the 5792 hooks to batch send erc20 approval and contract call, the
sendCalls
mutation succeeds, as do the on chain transactions, but the result ofgetCallsStatus
has a status offailure
statusCode is 500 - indicating a chain rules failure and that the batch reverted completely (see here).
any ideas? tried to using
showCallsStatus
but it's widely supported by walletsFWIW the atomic capabilities value of the wallet i'm using is
supported
and i'm using metamask (account on this chain is a mm smart account also)you can see the successful tx hash here
code
useCallsStatus result
Beta Was this translation helpful? Give feedback.
All reactions