Skip to content

Commit a644912

Browse files
feat: add 'from' parameter to estimateGas example (#4938)
1 parent 822ece4 commit a644912

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/thirdweb/src/transaction/actions/estimate-gas.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ const cache = new WeakMap<
4949
* import { estimateGas } from "thirdweb";
5050
* const gas = await estimateGas({
5151
* transaction,
52+
* from: "0x...",
5253
* });
5354
* ```
5455
*/

0 commit comments

Comments
 (0)