Skip to content

Commit

Permalink
docs: fix add missing params
Browse files Browse the repository at this point in the history
  • Loading branch information
graykode committed Jul 31, 2024
1 parent 7b1c71c commit 6e402ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export const getMarket = async ({
* @param chainId - chain id from {@link CHAIN_IDS}
* @param token0 - token0 address
* @param token1 - token1 address
* @param salt - salt for the pool
* @param options {@link DefaultOptions} options.
* @param options.n - number of depth levels to fetch
* @returns A pool {@link Pool}
Expand Down

0 comments on commit 6e402ed

Please sign in to comment.