diff --git a/helpers/types.ts b/helpers/types.ts index 764446c00..397d700b5 100644 --- a/helpers/types.ts +++ b/helpers/types.ts @@ -322,12 +322,6 @@ export interface IInterestRateStrategyParams { } export interface IReserveBorrowParams { - // optimalUsageRatio: string; - // baseVariableBorrowRate: string; - // variableRateSlope1: string; - // variableRateSlope2: string; - // stableRateSlope1: string; - // stableRateSlope2: string; borrowingEnabled: boolean; stableBorrowRateEnabled: boolean; reserveDecimals: string;