From 8cc87550862fe74ab2e1307c077ac38a73ab341a Mon Sep 17 00:00:00 2001 From: Lukas Date: Tue, 1 Oct 2024 11:30:48 +0200 Subject: [PATCH] Update docs/3.2/Aave-3.2-features.md Co-authored-by: Ernesto Boado --- docs/3.2/Aave-3.2-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.2/Aave-3.2-features.md b/docs/3.2/Aave-3.2-features.md index 7772c49b..b99cb78d 100644 --- a/docs/3.2/Aave-3.2-features.md +++ b/docs/3.2/Aave-3.2-features.md @@ -10,7 +10,7 @@ As it is a deprecated feature that will not be used in the future, it is possibl #### Core - Listing of new assets now does no longer instantiate a stable debt token -- it is no longer possible to upgrade stable debt tokens or do any configurator change of the stable rate via the PoolConfigurator +- It is no longer possible to upgrade stable debt tokens or do any configurator change of the stable rate via the PoolConfigurator - All Pool functions related with stable rate mode are removed - Usage of `getUserCurrentDebt()` (before aggregating variable + stable) is now replaced by directly querying only variable. - Removed getters and setters of stable rate from ReserveConfiguration. The position on the bitmap is deprecated, as as stable rate is already disabled for all assets listed, with 0 value there.