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

Commit 58534d3

Browse files
committed
fix: fixed interface order
1 parent 1e2394b commit 58534d3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

contracts/misc/interfaces/IUiPoolDataProvider.sol

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ interface IUiPoolDataProvider {
1919
bool stableBorrowRateEnabled;
2020
bool isActive;
2121
bool isFrozen;
22-
bool isPaused;
2322
// base data
2423
uint128 liquidityIndex;
2524
uint128 variableBorrowIndex;
@@ -38,12 +37,12 @@ interface IUiPoolDataProvider {
3837
uint256 stableDebtLastUpdateTimestamp;
3938
uint256 totalScaledVariableDebt;
4039
uint256 priceInMarketReferenceCurrency;
41-
//
4240
uint256 variableRateSlope1;
4341
uint256 variableRateSlope2;
4442
uint256 stableRateSlope1;
4543
uint256 stableRateSlope2;
46-
//
44+
// v3 only
45+
bool isPaused;
4746
uint128 accruedToTreasury;
4847
uint128 unbacked;
4948
uint128 isolationModeTotalDebt;

0 commit comments

Comments
 (0)