Skip to content

Commit

Permalink
docs: update estimateContractGas example abi (#2601)
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh committed Aug 9, 2024
1 parent e6274bb commit 0962b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/pages/docs/contract/estimateContractGas.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const wagmiAbi = [
inputs: [{ name: "owner", type: "uint32" }],
name: "mint",
outputs: [{ name: "", type: "uint32" }],
stateMutability: "view",
stateMutability: "nonpayable",
type: "function",
},
...
Expand Down

0 comments on commit 0962b2a

Please sign in to comment.