From a38d1613ff3f8db36af1988fcc166927e67659c1 Mon Sep 17 00:00:00 2001 From: sendra Date: Sat, 4 Nov 2023 23:24:02 +0100 Subject: [PATCH] fix: fixed readme --- .../Disable_Stable_Borrows.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/20231104_Multi_Disable_Stable_Borrows/Disable_Stable_Borrows.md b/src/20231104_Multi_Disable_Stable_Borrows/Disable_Stable_Borrows.md index 3661650f0..88e094bf9 100644 --- a/src/20231104_Multi_Disable_Stable_Borrows/Disable_Stable_Borrows.md +++ b/src/20231104_Multi_Disable_Stable_Borrows/Disable_Stable_Borrows.md @@ -17,11 +17,10 @@ This proposal will revert the freezings and apply a permanent fix. Un-pausing th ## Specification -The proposal calls `POOL_CONFIGURATOR.setReserveStableRateBorrowing(asset, false);` for all assets with stable borrowing enabled on v3 pools, -`POOL_CONFIGURATOR.disableReserveStableRate(asset);` for Ethereum v2 pool, and -`POOL_CONFIGURATOR.unfreeze(asset)` with all assets previously frozen as risk mitigation measure. - -,,,, +The proposal calls +- `POOL_CONFIGURATOR.setReserveStableRateBorrowing(asset, false);` for all assets with stable borrowing enabled on v3 pools, +- `POOL_CONFIGURATOR.disableReserveStableRate(asset);` for Ethereum v2 pool, and +- `POOL_CONFIGURATOR.unfreeze(asset)` with all assets previously frozen as risk mitigation measure. ## References