Skip to content

Commit

Permalink
Merge pull request #335 from alchemix-finance/fix/redundant-config-field
Browse files Browse the repository at this point in the history
FIX: again redundant field
  • Loading branch information
t0rbik authored Dec 20, 2024
2 parents 99b50cb + 19a4aca commit d8ab631
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/config/metadataTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ interface VaultMetadataBase {
disabledDepositTokens: Address[];
disabledWithdrawTokens: Address[];
wethGateway?: Address;
strategy?: string;
beta?: boolean;
}

Expand Down

0 comments on commit d8ab631

Please sign in to comment.