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 1ee0dff commit 0e3ce33Copy full SHA for 0e3ce33
packages/thirdweb/src/contract/deployment/deploy-with-abi.ts
@@ -83,7 +83,7 @@ export function prepareDirectDeployTransaction(
83
* ## Deploying a regular contract from ABI and bytecode
84
*
85
* ```ts
86
- * import { deployContract } from "thirdweb/deployContract";
+ * import { deployContract } from "thirdweb/deploys";
87
88
* const address = await deployContract({
89
* client,
@@ -101,7 +101,7 @@ export function prepareDirectDeployTransaction(
101
* ## Deploying a contract deterministically
102
103
104
105
106
107
0 commit comments