Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Sep 30, 2024
1 parent f8c71b9 commit 67ae8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog/3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ There are no changes to any methods, nor are there changes to emitted events.
Parameters emitted in events that relate to stable rate are nulled.

For anyone directly integrating with the InterestRateStrategy the method `calculateInterestRates` will no longer return the stable rate.

```
function calculateInterestRates(
DataTypes.CalculateInterestRatesParams memory params
Expand Down Expand Up @@ -108,7 +109,6 @@ for (uint8 i = 1; i < 256; i++) {

- an offchain system could listen to `AssetCollateralInEModeChanged` & `AssetBorrowableInEModeChanged` events and feed the onchain contract with an appropriate categoryId


### Deprecations

- `getEModeCategoryData` was deprecated and might be removed in a future version. Use `getEModeCategoryCollateralConfig`, `getEModeCategoryLabel`, `getEModeCategoryCollateralBitmap` & `getEModeCategoryBorrowableBitmap` instead.
Expand Down

0 comments on commit 67ae8dc

Please sign in to comment.