Skip to content

Commit

Permalink
fix harvest timer bugs [3]
Browse files Browse the repository at this point in the history
  • Loading branch information
akiraonstarknet committed Sep 27, 2024
1 parent 5c5f3d4 commit 8f893b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/strategies/IStrategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export interface TokenInfo {
token: string;
decimals: number;
displayDecimals: number;
address?: string;
name: string;
logo: any;
minAmount: MyNumber;
Expand Down

0 comments on commit 8f893b0

Please sign in to comment.