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 safeExecute() only disallows token transfers, but users can still change a token's approval amount. Given that changing this amount can lead to unwanted / unpermitted token transfers at a later time, should we also ensure in the safeExecute() loop that token approval amounts haven't changed?
The text was updated successfully, but these errors were encountered:
Note: this has been closed to be tracked in the "wishlist for future upgrades".
cc @izqui @osarrouy.
Currently
safeExecute()
only disallows token transfers, but users can still change a token's approval amount. Given that changing this amount can lead to unwanted / unpermitted token transfers at a later time, should we also ensure in thesafeExecute()
loop that token approval amounts haven't changed?The text was updated successfully, but these errors were encountered: