Skip to content

Commit

Permalink
update pricing min threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlapham committed Aug 7, 2023
1 parent aa96c41 commit cffd6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/pricing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let STABLE_COINS: string[] = [
'0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E', // USDC
]

let MINIMUM_ETH_LOCKED = BigDecimal.fromString('60')
let MINIMUM_ETH_LOCKED = BigDecimal.fromString('1')

let Q192 = 2 ** 192
export function sqrtPriceX96ToTokenPrices(sqrtPriceX96: BigInt, token0: Token, token1: Token): BigDecimal[] {
Expand Down

0 comments on commit cffd6df

Please sign in to comment.