Open krzkaczor opened 3 years ago
This is interesting. Do you think it would be better if etherscan maintained this package? I think we can ask them to and see what they think.
@alcuadrado if they are up to they would be probably the perfect candidate.
I'll ask them about this.
This issue was marked as stale because it didn't have any activity in the last 30 days. If you think it's still relevant, please leave a comment indicating so. Otherwise, it will be closed in 7 days.
https://github.com/nomiclabs/hardhat/blob/master/packages/hardhat-etherscan/src/network/prober.ts has a lot of useful info inside (like chainId -> etherscan URL mappings). Would you be interested in extracting it to a separate package? Many other tools that require similar info could just use it.
Context: for https://github.com/dethcrypto/eth-sdk we just copy your config right now.