Open EWCunha opened 1 year ago
brownie
ganache-cli
solc
web3.supports_traces does not work with Alchemy RPC URL, since it requires two input parameters and none is given.
web3.supports_traces should pass the transacation hash and the tracer (callTracer or prestateTracer).
Check Alchemy's Trace API Support
Environment information
brownie
Version: 1.19.3ganache-cli
Version: Nonesolc
Version: 1.1.1What 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).