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

Support for other EVM networks #14

Open
maurelian opened this issue Oct 22, 2021 · 3 comments
Open

Support for other EVM networks #14

maurelian opened this issue Oct 22, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@maurelian
Copy link

Hey guys, just discovered this awesome tool!

It'd be nice if you could add the ability to query testnets like Kovan, or ideally anything that supports the necessary RPC endpoints.

I think that for anything other than mainnet, the easiest thing to do would be provide a field where users can specify the endpoint URL they want to call. That way you don't need to manage all the possible networks.

@maurelian
Copy link
Author

maurelian commented Oct 22, 2021

Oh, I guess you probably need the source code too, so then you'd also need to get an etherscan API URL, or the source itself provided? Might be harder than I thought.

@tintinweb
Copy link
Owner

Hey @maurelian 🙌

I'll try to look into it next week. I guess it shouldn't be too hard to support other networks as long as we can get access to contract storage via an API :)

cheers!

@tintinweb tintinweb added the enhancement New feature or request label Nov 3, 2021
@tintinweb tintinweb self-assigned this Nov 3, 2021
@joaosantos15
Copy link
Collaborator

Hey @maurelian ! The latest version offers support for this :D Keep in mind that we're kind on limited by the block explorers due to CORS (currently only Etherscan Mainnet and Rinkeby work), so you'll have to pass the source code by hand. Shouldn't be that big of an issue.
Screenshot 2021-12-10 at 15 05 36

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

No branches or pull requests

3 participants