diff --git a/.changeset/green-otters-judge.md b/.changeset/green-otters-judge.md new file mode 100644 index 00000000000..c138c8ab0ec --- /dev/null +++ b/.changeset/green-otters-judge.md @@ -0,0 +1,5 @@ +--- +"thirdweb": patch +--- + +Fix jsdoc for getClaimParams diff --git a/packages/thirdweb/src/utils/extensions/drops/get-claim-params.ts b/packages/thirdweb/src/utils/extensions/drops/get-claim-params.ts index 85d7aa032d0..49d10e71dc7 100644 --- a/packages/thirdweb/src/utils/extensions/drops/get-claim-params.ts +++ b/packages/thirdweb/src/utils/extensions/drops/get-claim-params.ts @@ -34,7 +34,7 @@ export type GetClaimParamsOptions = { * @extension ERC1155 * @example * ```ts - * import { getClaimParams } from "thirdweb/extensions/erc1155"; + * import { getClaimParams } from "thirdweb/utils"; * * const claimParams = await getClaimParams({ * contract,