diff --git a/contracts/protocol/lendingpool/LendingPoolConfigurator.sol b/contracts/protocol/lendingpool/LendingPoolConfigurator.sol index ccb43720..588249e8 100644 --- a/contracts/protocol/lendingpool/LendingPoolConfigurator.sol +++ b/contracts/protocol/lendingpool/LendingPoolConfigurator.sol @@ -332,6 +332,7 @@ contract LendingPoolConfigurator is VersionedInitializable, ILendingPoolConfigur _pool.setConfiguration(asset, currentConfig.data); emit CollateralConfigurationChanged(asset, ltv, liquidationThreshold, liquidationBonus); + emit ExposureCapChanged(asset, exposureCap); } /// @inheritdoc ILendingPoolConfigurator