Commit 644ecdbd authored by Noah Zinsmeister's avatar Noah Zinsmeister

extra /

parent 4b47ae6d
...@@ -18,7 +18,7 @@ interface TickData { ...@@ -18,7 +18,7 @@ interface TickData {
liquidityGross: number liquidityGross: number
} }
/// for now, reconsider using this function, it consumes a lot of data and cpu to fetch all the ticks. // for now, reconsider using this function, it consumes a lot of data and cpu to fetch all the ticks.
export function useAllV3Ticks( export function useAllV3Ticks(
token0: Token | undefined, token0: Token | undefined,
token1: Token | undefined, token1: Token | undefined,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment