Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
EWCunha opened this issue Sep 5, 2023 · 1 comment
Open

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

EWCunha opened this issue Sep 5, 2023 · 1 comment

Comments

@EWCunha
Copy link

EWCunha commented Sep 5, 2023

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

@afrazalamjr
Copy link

Check Alchemy's Trace API Support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@EWCunha @afrazalamjr and others