Skip to content

Commit

Permalink
Merge branch 'base' of https://github.com/lynnshaoyu/v3-subgraph into…
Browse files Browse the repository at this point in the history
… base
  • Loading branch information
Lynn Yu committed Aug 7, 2023
2 parents 3599a99 + cffd6df commit 2fbd41f
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 2fbd41f

Please sign in to comment.