eth-brownie / brownie

A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.

Home Page:https://eth-brownie.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web3.supports_traces does not work with Alchemy RPC URL

EWCunha opened this issue · comments

Environment information

  • brownie Version: 1.19.3
  • ganache-cli Version: None
  • solc Version: 1.1.1
  • Python Version: 3.10.1
  • OS: win

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).