Skip to content

Commit

Permalink
chore: update vault pool fee tier
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef-Yogi authored and chefjackson committed Nov 4, 2023
1 parent fab48b6 commit 0b04c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/position-managers/src/constants/vaults/56.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const vaults: VaultConfig[] = [
currencyA: bscTokens.cake,
currencyB: bscTokens.btcb,
earningToken: bscTokens.cake,
feeTier: FeeAmount.LOW,
feeTier: FeeAmount.MEDIUM,
strategy: Strategy.YIELD_IQ,
manager: MANAGER.BRIL,
isSingleDepositToken: true,
Expand All @@ -107,7 +107,7 @@ export const vaults: VaultConfig[] = [
currencyA: bscTokens.cake,
currencyB: bscTokens.eth,
earningToken: bscTokens.cake,
feeTier: FeeAmount.LOW,
feeTier: FeeAmount.MEDIUM,
strategy: Strategy.YIELD_IQ,
manager: MANAGER.BRIL,
isSingleDepositToken: true,
Expand Down

0 comments on commit 0b04c3d

Please sign in to comment.