Skip to content

Commit

Permalink
chore: add missing getter function from Reserve to interface (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
philbow61 authored Nov 12, 2024
1 parent d198a38 commit c9e2d5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/interfaces/IReserve.sol
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,6 @@ interface IReserve {
function removeOtherReserveAddress(address otherReserveAddress, uint256 index) external returns (bool);

function collateralAssets(uint256 index) external view returns (address);

function collateralAssetLastSpendingDay(address collateralAsset) external view returns (uint256);
}

0 comments on commit c9e2d5e

Please sign in to comment.