Skip to content

Commit

Permalink
fix: Rename simulate to simulateTransaction
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls committed Feb 14, 2024
1 parent c106f19 commit 2740d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/thirdweb/src/transaction/actions/simulate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export type SimulateOptions<abiFn extends AbiFunction> = {
* @transaction
* @example
* ```ts
* import { simulate } from "thirdweb";
* const result = await simulate({
* import { simulateTransaction } from "thirdweb";
* const result = await simulateTransaction({
* transaction,
* });
* ```
Expand Down

0 comments on commit 2740d2a

Please sign in to comment.