Security Measures

Smart Contracts

Title
Problem
Solution

Stable rate deprecation

Set 'stableBorrowRateEnabled' to False for all assets when deploying. Initially, this configuration only allows users to borrow using the variable rate mode. Users cannot switch to stable rate mode due to a validation check in the 'validateSwapRateMode()' function. This setup ensures that borrowing is restricted to the variable model at the outset.

Last updated