eth-brownie / brownie

A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.
https://eth-brownie.readthedocs.io
MIT License
2.65k stars 551 forks source link

web3.supports_traces does not work with Alchemy RPC URL #1707

Open EWCunha opened 1 year ago

EWCunha commented 1 year ago

Environment information

What was wrong?

web3.supports_traces does not work with Alchemy RPC URL, since it requires two input parameters and none is given.

How can it be fixed?

web3.supports_traces should pass the transacation hash and the tracer (callTracer or prestateTracer).

afrazalamjr commented 3 months ago

Check Alchemy's Trace API Support