We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468df9d commit 81cb3abCopy full SHA for 81cb3ab
1 file changed
contracts/aave-v2/interfaces/ILens.sol
@@ -186,7 +186,7 @@ interface ILens {
186
external
187
view
188
returns (
189
- uint256 avgSupplyRatePerBlock,
+ uint256 avgSupplyRatePerYear,
190
uint256 p2pSupplyAmount,
191
uint256 poolSupplyAmount
192
);
@@ -195,7 +195,7 @@ interface ILens {
195
196
197
198
- uint256 avgBorrowRatePerBlock,
+ uint256 avgBorrowRatePerYear,
199
uint256 p2pBorrowAmount,
200
uint256 poolBorrowAmount
201
0 commit comments