Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
rouzwelt committed Jun 24, 2024
1 parent 60fb2bf commit d7655b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sushi/src/config/sushiswap-v3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export enum SushiSwapV3FeeAmount {
/** 0.1% */
LOW = 500,
/** 0.3% */
MEDIUM = 3000,
MEDIUM = 2500,
/** 1% */
HIGH = 10000,
}
Expand All @@ -24,7 +24,7 @@ export enum SushiSwapV3FeeAmount {
export const TICK_SPACINGS: { [_amount in SushiSwapV3FeeAmount]: number } = {
[SushiSwapV3FeeAmount.LOWEST]: 1,
[SushiSwapV3FeeAmount.LOW]: 10,
[SushiSwapV3FeeAmount.MEDIUM]: 60,
[SushiSwapV3FeeAmount.MEDIUM]: 50,
[SushiSwapV3FeeAmount.HIGH]: 200,
}

Expand Down

0 comments on commit d7655b6

Please sign in to comment.