Skip to content

Commit 92c4219

Browse files
committed
fix: resolves #3738
1 parent a4159d7 commit 92c4219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/public/estimateGas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export type EstimateGasErrorType = GetEstimateGasErrorReturnType<
8383
*
8484
* @param client - Client to use
8585
* @param parameters - {@link EstimateGasParameters}
86-
* @returns The gas estimate (in wei). {@link EstimateGasReturnType}
86+
* @returns The gas estimate (in gas units). {@link EstimateGasReturnType}
8787
*
8888
* @example
8989
* import { createPublicClient, http, parseEther } from 'viem'

0 commit comments

Comments
 (0)