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 94ba9cf commit df4da68Copy full SHA for df4da68
packages/thirdweb/src/extensions/prebuilts/deploy-published.ts
@@ -50,7 +50,7 @@ export type DeployPublishedContractOptions = {
50
* ```ts
51
* import { deployPublishedContract } from "thirdweb/deploys";
52
*
53
- * const address = await deployedPublishedContract({
+ * const address = await deployPublishedContract({
54
* client,
55
* chain,
56
* account,
@@ -68,7 +68,7 @@ export type DeployPublishedContractOptions = {
68
69
70
71
72
73
74
0 commit comments