Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 822f8c1

Browse files
authored
fix types file (#7331)
1 parent 69187c5 commit 822f8c1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/web3-types/src/eth_contract_types.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,4 @@ export interface ContractOptions {
168168
* The max fee per gas to use for transactions.
169169
*/
170170
maxFeePerGas?: Uint;
171-
/**
172-
* Ignore gas price, turn on for metamask suggestion fee
173-
*/
174-
ignoreGasPricing?: boolean;
175171
}

0 commit comments

Comments
 (0)