Open fselmo opened 2 months ago
The endpoint eth_simulateV1 was recently added to:
eth_simulateV1
This can be quite useful for users of web3.py. We should add support for this new method.
can i work on this?
@malikrohail yep! Before merging, we'll look for both the implementation and tests (integration probably, they live here)
What feature should we add?
The endpoint
eth_simulateV1
was recently added to:This can be quite useful for users of web3.py. We should add support for this new method.