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 experiencing issues when executing batch transactions against my smart contract, resulting in the error shown above. I suspect this might be due to excessive calldata size in the batch operation. What would be the optimal strategy to implement an efficient single batch transaction that meets my requirements?