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
In some cases we might need to batch more than one query in the same static call.
Current queries are designed for single operations within the static call, as the state is altered in that context. To avoid confusion we might as well just use quoteAndRevert.
Check bytecode size constraints and code ugliness.
The text was updated successfully, but these errors were encountered:
In some cases we might need to batch more than one query in the same static call.
Current queries are designed for single operations within the static call, as the state is altered in that context. To avoid confusion we might as well just use
quoteAndRevert
.Check bytecode size constraints and code ugliness.
The text was updated successfully, but these errors were encountered: