Skip to content

Commit

Permalink
Update copied interface in test
Browse files Browse the repository at this point in the history
  • Loading branch information
duncancmt committed Oct 22, 2024
1 parent 70366ca commit d013975
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/SafeGuard.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ interface IZeroExSettlerDeployerSafeGuard is IGuard {
event Unlocked();

error PermissionDenied();
error NoDelegateToGuard();
error NoDelegateCall();
error GuardNotInstalled();
error GuardIsOwner();
error TimelockNotElapsed(bytes32 txHash, uint256 timelockEnd);
Expand All @@ -88,6 +88,8 @@ interface IZeroExSettlerDeployerSafeGuard is IGuard {
error NotLockedDown();
error UnlockHashNotApproved(bytes32 txHash);
error UnexpectedUpgrade(address newSingleton);
error Reentrancy();
error ModuleInstalled(address module);

function timelockEnd(bytes32) external view returns (uint256);
function lockedDownBy() external view returns (address);
Expand Down

0 comments on commit d013975

Please sign in to comment.