Skip to content

Commit

Permalink
feat: remove siloed and isolation methods
Browse files Browse the repository at this point in the history
  • Loading branch information
tehkohrz committed Aug 1, 2024
1 parent 5d4b5aa commit 8730e33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/misc/UiPoolDataProviderV3.sol
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ contract UiPoolDataProviderV3 is IUiPoolDataProviderV3 {
reserveData.flashLoanEnabled = true;
}

reserveData.isSiloedBorrowing = reserveConfigurationMap.getSiloedBorrowing();
reserveData.unbacked = baseData.unbacked;
reserveData.isolationModeTotalDebt = baseData.isolationModeTotalDebt;
reserveData.accruedToTreasury = baseData.accruedToTreasury;
Expand All @@ -198,7 +197,6 @@ contract UiPoolDataProviderV3 is IUiPoolDataProviderV3 {
reserveData.eModePriceSource = categoryData.priceSource;
reserveData.eModeLabel = categoryData.label;

reserveData.borrowableInIsolation = reserveConfigurationMap.getBorrowableInIsolation();
}

BaseCurrencyInfo memory baseCurrencyInfo;
Expand Down

0 comments on commit 8730e33

Please sign in to comment.