Skip to content

Commit

Permalink
fix: Remove unused commented value
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Jan 10, 2022
1 parent 4654be0 commit 9179670
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions helpers/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9179670

Please sign in to comment.