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
Currently, when executing multiple actions through mediator, a loop calls the Safe contract for each of the actions.
Alternatively, evaluate use of multiSend by encoding the transaction data or other approach would help to save gas.
Write a "new" multisend that returns multiple values
The text was updated successfully, but these errors were encountered:
rmeissner
changed the title
Evaluate use of Multisend when executing actions
Write a batch execution contract that returns the "sub responses" to be used with Safe accounts
Oct 27, 2023
Currently, when executing multiple actions through mediator, a loop calls the Safe contract for each of the actions.
Alternatively, evaluate use of
multiSend
by encoding the transaction data or other approach would help to save gas.The text was updated successfully, but these errors were encountered: