getConfigurationData
Overview

Execution flow
getConfigurationData
get liquidation bonus of collateral from its ReserveData struct:
liquidationBonusget oracle addresses for both debt and collateral assets:
collateralPriceSource,debtPriceSource
If user is in some E-mode category
get
eModePriceSource-> if defined, will overwritedebtPriceSourcethat was obtained earlierIf user's e-mode and collateral e-mode categories match:
overwrite
liquidationBonuswith the e-mode's liquidation bonusif
eModePriceSourceis defined, overwritecollateralPriceSourcethat was obtained earlier
Last updated
Was this helpful?