We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0509e commit 5398d68Copy full SHA for 5398d68
packages/thirdweb/src/extensions/erc1155/write/mintAdditionalSupplyTo.ts
@@ -16,7 +16,7 @@ export type MintAdditionalSupplyToParams = {
16
* @example
17
* ```ts
18
* import { mintAdditionalSupplyTo } from "thirdweb/extensions/erc1155";
19
- * const transaction = mintTo({
+ * const transaction = mintAdditionalSupplyTo({
20
* contract,
21
* to: "0x...",
22
* tokenId: 1n,
0 commit comments