diff --git a/src/actions/public/estimateContractGas.ts b/src/actions/public/estimateContractGas.ts index 95b587978f6..9455176d8b1 100644 --- a/src/actions/public/estimateContractGas.ts +++ b/src/actions/public/estimateContractGas.ts @@ -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, })