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 batch several ERC20 transfers inside of execTransactions, but the call always fails with a TransactionError: batch transaction execution expected to fail error. Using v3.0.0 of the CPK. This happens even for a single transfer (i.e. transactions.length === 1).
I'm trying to batch several ERC20 transfers inside of
execTransactions
, but the call always fails with aTransactionError: batch transaction execution expected to fail
error. Usingv3.0.0
of the CPK. This happens even for a single transfer (i.e. transactions.length === 1).What am I doing wrong?
The text was updated successfully, but these errors were encountered: