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
another important thing is we should switch to multisend call only version because it prevents the user from accidentally corrupting safe storage with a delegatecall.
The text was updated successfully, but these errors were encountered:
ape-safe/ape_safe/multisend.py
Lines 31 to 66 in 4c0891b
there are only two addresses ever. any address will do, and we can just use the first address that has code. see how it's done here:
https://github.com/safe-global/safe-eth-py/blob/ae5ebe0dee0556157bcb7c2370c3d0732e1f3e59/gnosis/safe/multi_send.py#L171-L178
another important thing is we should switch to multisend call only version because it prevents the user from accidentally corrupting safe storage with a delegatecall.
The text was updated successfully, but these errors were encountered: