Skip to content

Commit e393138

Browse files
committed
updated policy interface
1 parent fe4a8c6 commit e393138

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contracts/interfaces/IAmpleforth.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ interface IAmpleforth {
77
function inRebaseWindow() external view returns (bool);
88

99
function globalAmpleforthEpochAndAMPLSupply() external view returns (uint256, uint256);
10+
11+
function getTargetRate() external returns (uint256, bool);
1012
}

0 commit comments

Comments
 (0)