You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This provider integrates with the ``eth-tester`` library. The ``eth_tester`` constructor
577
-
argument should be an instance of the :class:`~eth_tester.EthereumTester` or a subclass of
578
-
:class:`~eth_tester.backends.base.BaseChainBackend` class provided by the ``eth-tester`` library.
579
-
If you would like a custom eth-tester instance to test with, see the
580
-
``eth-tester`` library `documentation <https://github.com/ethereum/eth-tester>`_ for details.
577
+
This provider integrates with the ``eth-tester`` library. The ``ethereum_tester``
578
+
constructor argument should be an instance of the :class:`~eth_tester.EthereumTester`
579
+
or a subclass of :class:`~eth_tester.backends.base.BaseChainBackend` class provided
580
+
by the ``eth-tester`` library. The ``api_endpoints`` argument should be a ``dict``
581
+
of RPC endpoints. You can see the structure and defaults `here <https://github.com/ethereum/web3.py/blob/283b536c7d53e605c61468941e3fc07a6c5d0c09/web3/providers/eth_tester/defaults.py#L228>`_.
582
+
If you would like a custom ``eth-tester`` instance to test with, see the
0 commit comments