Skip to content

Commit

Permalink
docs(deploys): fix deployContract imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfromstl committed Jan 29, 2025
1 parent 1ee0dff commit 0e3ce33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/thirdweb/src/contract/deployment/deploy-with-abi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function prepareDirectDeployTransaction(
* ## Deploying a regular contract from ABI and bytecode
*
* ```ts
* import { deployContract } from "thirdweb/deployContract";
* import { deployContract } from "thirdweb/deploys";
*
* const address = await deployContract({
* client,
Expand All @@ -101,7 +101,7 @@ export function prepareDirectDeployTransaction(
* ## Deploying a contract deterministically
*
* ```ts
* import { deployContract } from "thirdweb/deployContract";
* import { deployContract } from "thirdweb/deploys";
*
* const address = await deployContract({
* client,
Expand Down

0 comments on commit 0e3ce33

Please sign in to comment.