We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4159d7 commit 92c4219Copy full SHA for 92c4219
src/actions/public/estimateGas.ts
@@ -83,7 +83,7 @@ export type EstimateGasErrorType = GetEstimateGasErrorReturnType<
83
*
84
* @param client - Client to use
85
* @param parameters - {@link EstimateGasParameters}
86
- * @returns The gas estimate (in wei). {@link EstimateGasReturnType}
+ * @returns The gas estimate (in gas units). {@link EstimateGasReturnType}
87
88
* @example
89
* import { createPublicClient, http, parseEther } from 'viem'
0 commit comments