Skip to content

Commit

Permalink
fix types file (web3#7331)
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex authored Oct 16, 2024
1 parent 69187c5 commit 822f8c1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/web3-types/src/eth_contract_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,4 @@ export interface ContractOptions {
* The max fee per gas to use for transactions.
*/
maxFeePerGas?: Uint;
/**
* Ignore gas price, turn on for metamask suggestion fee
*/
ignoreGasPricing?: boolean;
}

0 comments on commit 822f8c1

Please sign in to comment.