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
There is implicit limitation that the multisig batch tx cannot exceed gas limit, otherwise it reverts.
Improve the situation. Idea - try to simulate (dry-run) the batch tx execution and see if it succeeds. Only then proceeds. Otherwise report
The text was updated successfully, but these errors were encountered:
There is implicit limitation that the multisig batch tx cannot exceed gas limit, otherwise it reverts.
Improve the situation. Idea - try to simulate (dry-run) the batch tx execution and see if it succeeds. Only then proceeds. Otherwise report
The text was updated successfully, but these errors were encountered: