From 917967002858662cd2164699f3852610dbc5ea97 Mon Sep 17 00:00:00 2001 From: Lasse Herskind <16536249+LHerskind@users.noreply.github.com> Date: Mon, 10 Jan 2022 11:42:27 +0000 Subject: [PATCH] fix: Remove unused commented value --- helpers/types.ts | 6 ------ 1 file changed, 6 deletions(-) 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;