Skip to content

Commit

Permalink
docs: add missing parseAbi function import (#3303)
Browse files Browse the repository at this point in the history
  • Loading branch information
fe-dudu authored Feb 5, 2025
1 parent 1a38d50 commit 7332966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/pages/docs/actions/public/simulate.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The `calls` property also accepts **Contract Calls**, and can be used via the `a
:::code-group

```ts twoslash [example.ts]
import { parseEther } from 'viem'
import { parseAbi, parseEther } from 'viem'
import { client } from './config'

const abi = parseAbi([
Expand Down

0 comments on commit 7332966

Please sign in to comment.