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

Add support for testnetworks (rinkeby/kovan) #186

Open
Anindya-Prithvi opened this issue Feb 11, 2022 · 2 comments
Open

Add support for testnetworks (rinkeby/kovan) #186

Anindya-Prithvi opened this issue Feb 11, 2022 · 2 comments

Comments

@Anindya-Prithvi
Copy link

I tried testing karl on my testing contract on rinkeby, it returned "extraData" too long.
I have a fix for that as seen on ethereum-etl/issue-178

from web3.middleware import geth_poa_middleware
self.web3.middleware_stack.inject(geth_poa_middleware, layer=0)

And it works like a charm

@caiosabarros
Copy link

in which file do I insert this? @Anindya-Prithvi

@Anindya-Prithvi
Copy link
Author

@caiosabarros please see the mentioned pull request, I have patched it already

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

2 participants