get_read_providers

Documentation for eth_defi.provider.receipt.get_read_providers function.

get_read_providers(web3)

Get JSON-RPC providers used for read calls.

MEV/sequencer transaction providers are intentionally excluded because some sequencers are write-only and do not support receipt or state reads.

Parameters

web3 (web3.main.Web3) –

Return type

list[web3.providers.base.BaseProvider]