Skip to content

Commit

Permalink
add web3_eip6363 to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Oct 21, 2024
1 parent 446f43c commit 068f4b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web3/src/providers.exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ export { Eip1193Provider, SocketProvider } from 'web3-utils';

export * as http from 'web3-providers-http';
export * as ws from 'web3-providers-ws';
export * from './web3_eip6963.js';

2 comments on commit 068f4b6

@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: 068f4b6 Previous: 822f8c1 Ratio
processingTx 23498 ops/sec (±6.52%) 22958 ops/sec (±7.21%) 0.98
processingContractDeploy 40396 ops/sec (±7.19%) 40077 ops/sec (±7.24%) 0.99
processingContractMethodSend 16527 ops/sec (±8.65%) 15807 ops/sec (±8.02%) 0.96
processingContractMethodCall 28169 ops/sec (±7.57%) 27362 ops/sec (±8.03%) 0.97
abiEncode 44497 ops/sec (±7.09%) 44555 ops/sec (±6.70%) 1.00
abiDecode 30277 ops/sec (±8.40%) 30694 ops/sec (±6.83%) 1.01
sign 1523 ops/sec (±3.06%) 1590 ops/sec (±1.37%) 1.04
verify 371 ops/sec (±0.40%) 365 ops/sec (±0.53%) 0.98

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

@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: 068f4b6 Previous: 822f8c1 Ratio
processingTx 23210 ops/sec (±8.12%) 22958 ops/sec (±7.21%) 0.99
processingContractDeploy 39945 ops/sec (±7.02%) 40077 ops/sec (±7.24%) 1.00
processingContractMethodSend 16425 ops/sec (±7.37%) 15807 ops/sec (±8.02%) 0.96
processingContractMethodCall 27759 ops/sec (±6.69%) 27362 ops/sec (±8.03%) 0.99
abiEncode 44677 ops/sec (±6.66%) 44555 ops/sec (±6.70%) 1.00
abiDecode 30778 ops/sec (±6.93%) 30694 ops/sec (±6.83%) 1.00
sign 1553 ops/sec (±0.95%) 1590 ops/sec (±1.37%) 1.02
verify 362 ops/sec (±1.38%) 365 ops/sec (±0.53%) 1.01

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

Please sign in to comment.