### Describe the Feature The RPC method `eth_getBlockReceipts` become some way a common RPC method in many ethereum / l2 clients like: https://github.com/ethereum/execution-apis/pull/438 https://github.com/ethereum/go-ethereum/pull/27702 https://github.com/ledgerwatch/erigon/pull/1735 https://github.com/paradigmxyz/reth/pull/3321 I think it's time to add client implementation of the RPC call for provider. Related issue https://github.com/ethers-io/ethers.js/issues/4438 ### Code Example ```shell provider.getBlockReceipts(blockTag); ```