Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit 81cb3ab

Browse files
committed
Update return value names
1 parent 468df9d commit 81cb3ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contracts/aave-v2/interfaces/ILens.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ interface ILens {
186186
external
187187
view
188188
returns (
189-
uint256 avgSupplyRatePerBlock,
189+
uint256 avgSupplyRatePerYear,
190190
uint256 p2pSupplyAmount,
191191
uint256 poolSupplyAmount
192192
);
@@ -195,7 +195,7 @@ interface ILens {
195195
external
196196
view
197197
returns (
198-
uint256 avgBorrowRatePerBlock,
198+
uint256 avgBorrowRatePerYear,
199199
uint256 p2pBorrowAmount,
200200
uint256 poolBorrowAmount
201201
);

0 commit comments

Comments
 (0)