### What feature should we add? The endpoint `eth_simulateV1` was recently added to: - [geth](https://github.com/ethereum/go-ethereum/pull/27720) - [reth](https://github.com/paradigmxyz/reth/pull/10829) - [nethermind](https://github.com/NethermindEth/nethermind/blob/7795c962b67ecaa4a9894a7de488a02657745ff3/src/Nethermind/Nethermind.JsonRpc/Modules/Eth/EthRpcModule.cs#L329-L331) This can be quite useful for users of *web3.py*. We should add support for this new method.