Skip to content

Commit

Permalink
fix estimateContractGas' error docsPath
Browse files Browse the repository at this point in the history
  • Loading branch information
norswap authored Aug 6, 2023
1 parent 4bf8c41 commit 0d1f422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/public/estimateContractGas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export async function estimateContractGas<
abi: abi as Abi,
address,
args,
docsPath: '/docs/contract/simulateContract',
docsPath: '/docs/contract/estimateContractGas',
functionName,
sender: account?.address,
})
Expand Down

0 comments on commit 0d1f422

Please sign in to comment.