File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -555,7 +555,7 @@ The script can be run with: ``python ./eventscanner.py <your JSON-RPC API URL>``
555
555
# # (slow down scan after starting to get hits)
556
556
self .chunk_size_decrease = 0.5
557
557
558
- # Factor how fast we increase chunk size if no results found
558
+ # Factor how fast we increase chunk size if no results are found
559
559
self .chunk_size_increase = 2.0
560
560
561
561
@ property
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ legacy ``WebsocketProvider``. The ``LegacyWebSocketProvider`` has been deprecate
31
31
If migrating from ``WebSocketProviderV2 `` to ``WebSocketProvider ``, you can expect the
32
32
following changes:
33
33
34
- - Instantiation no longer requires the ``persistant_websocket `` method:
34
+ - Instantiation no longer requires the ``persistent_websocket `` method:
35
35
36
36
.. code-block :: python
37
37
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Tutorials
42
42
- `Decode a signed transaction <https://snakecharmers.ethereum.org/web3-py-patterns-decoding-signed-transactions/ >`__
43
43
- Find a historical contract `revert reason <https://snakecharmers.ethereum.org/web3py-revert-reason-parsing/ >`__
44
44
- Generate a `vanity address <https://snakecharmers.ethereum.org/web3-py-patterns-mining-addresses/ >`__
45
- - Similate transactions with `call state overrides <https://snakecharmers.ethereum.org/web3-py-patterns-eth_call-overrides/ >`__
45
+ - Simulate transactions with `call state overrides <https://snakecharmers.ethereum.org/web3-py-patterns-eth_call-overrides/ >`__
46
46
- Configure web3 for `JSON-RPC fallback and MEV blocker providers <https://web3-ethereum-defi.readthedocs.io/tutorials/multi-rpc-configuration.html >`__
47
47
48
48
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ def test_eth_tester_provider_properly_handles_eth_tester_key_error_messages():
77
77
assert response ["error" ]["message" ] == "Unknown RPC Endpoint: eth_blockNumber"
78
78
79
79
80
- def test_eth_tester_provider_properly_handles_eth_tester_not_implmented_error_messages (
80
+ def test_eth_tester_provider_properly_handles_eth_tester_not_implemented_error_messages (
81
81
mocker ,
82
82
):
83
83
mocker .patch (
You can’t perform that action at this time.
0 commit comments