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 we trust that the address set via setGuard can handle the hooks. If this is not the case the only way to "unstuck" the Safe is to have a module registered that can revert this.
To minimize the risk of this happening we could check that the target address supports the Guard interface with an EIP-165 check.
The text was updated successfully, but these errors were encountered:
Currently we trust that the address set via
setGuard
can handle the hooks. If this is not the case the only way to "unstuck" the Safe is to have a module registered that can revert this.To minimize the risk of this happening we could check that the target address supports the Guard interface with an EIP-165 check.
The text was updated successfully, but these errors were encountered: