You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 :)
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.
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.
The text was updated successfully, but these errors were encountered: