Skip to content

Commit 0e3ce33

Browse files
committed
docs(deploys): fix deployContract imports
1 parent 1ee0dff commit 0e3ce33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/thirdweb/src/contract/deployment/deploy-with-abi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export function prepareDirectDeployTransaction(
8383
* ## Deploying a regular contract from ABI and bytecode
8484
*
8585
* ```ts
86-
* import { deployContract } from "thirdweb/deployContract";
86+
* import { deployContract } from "thirdweb/deploys";
8787
*
8888
* const address = await deployContract({
8989
* client,
@@ -101,7 +101,7 @@ export function prepareDirectDeployTransaction(
101101
* ## Deploying a contract deterministically
102102
*
103103
* ```ts
104-
* import { deployContract } from "thirdweb/deployContract";
104+
* import { deployContract } from "thirdweb/deploys";
105105
*
106106
* const address = await deployContract({
107107
* client,

0 commit comments

Comments
 (0)