Skip to content

Commit

Permalink
fix interface
Browse files Browse the repository at this point in the history
  • Loading branch information
daopunk committed May 9, 2024
1 parent 4597b99 commit db72c32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/interfaces/proxies/IODSafeManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ interface IODSafeManager {
/// @notice Address of the SAFEEngine
function safeEngine() external view returns (address _safeEngine);

/// @notice Address of the LiquidationEngine
function liquidationEngine() external view returns (address _liquidationEngine);

/// @notice Mapping of owner and safe permissions to a caller permissions
function safeCan(
address _owner,
Expand Down

0 comments on commit db72c32

Please sign in to comment.