Skip to content

Commit 005b171

Browse files
committed
feat: added flashLoanEnabled flag
1 parent 0829f97 commit 005b171

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

contracts/misc/interfaces/IUiPoolDataProviderV3.sol

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,13 @@ interface IUiPoolDataProviderV3 {
6060
uint128 accruedToTreasury;
6161
uint128 unbacked;
6262
uint128 isolationModeTotalDebt;
63+
bool flashLoanEnabled;
6364
//
6465
uint256 debtCeiling;
6566
uint256 debtCeilingDecimals;
6667
uint8 eModeCategoryId;
6768
uint256 borrowCap;
68-
uint256 supplyCap;
69+
uint256 supplyCap;
6970
// eMode
7071
uint16 eModeLtv;
7172
uint16 eModeLiquidationThreshold;
@@ -111,4 +112,4 @@ interface IUiPoolDataProviderV3 {
111112
returns (
112113
UserReserveData[] memory, uint8
113114
);
114-
}
115+
}

0 commit comments

Comments
 (0)