Skip to content

Commit

Permalink
fix types file (#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;
}

1 comment on commit 822f8c1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 822f8c1 Previous: 69187c5 Ratio
processingTx 22958 ops/sec (±7.21%) 21197 ops/sec (±9.42%) 0.92
processingContractDeploy 40077 ops/sec (±7.24%) 39646 ops/sec (±7.16%) 0.99
processingContractMethodSend 15807 ops/sec (±8.02%) 16345 ops/sec (±6.62%) 1.03
processingContractMethodCall 27362 ops/sec (±8.03%) 27913 ops/sec (±6.12%) 1.02
abiEncode 44555 ops/sec (±6.70%) 44153 ops/sec (±6.91%) 0.99
abiDecode 30694 ops/sec (±6.83%) 30167 ops/sec (±8.30%) 0.98
sign 1590 ops/sec (±1.37%) 1554 ops/sec (±3.55%) 0.98
verify 365 ops/sec (±0.53%) 362 ops/sec (±0.54%) 0.99

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.