NomicFoundation / hardhat

Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
https://hardhat.org
Other
7.29k stars 1.41k forks source link

Extract network/etherscan info to a separate package #2002

Open krzkaczor opened 3 years ago

krzkaczor commented 3 years ago

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.

alcuadrado commented 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.

krzkaczor commented 3 years ago

@alcuadrado if they are up to they would be probably the perfect candidate.

alcuadrado commented 3 years ago

I'll ask them about this.

github-actions[bot] commented 2 years ago

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.