Closed PaulRBerg closed 7 months ago
@fvictorio is this something that you would like to maintain from Hardhat's side?
I wonder if this is better maintained in viem, as their chains
already maintains RPC URLs, block explorers, and the Multicall3 contract (example), cc @jxom @tmm
Whatever works best for the ecosystem; also pinging @alcuadrado from HH. Let's just coordinate in a way that the implementation is interoperable and independent of the framework used.
+1 to having a common package for common chains information. This could be used from viem to build their chains object, from hardhat-verify
for the explorers configuration, from Hardhat configs, and surely for a lot of other use cases.
@jxom @tmm any views on the above?
Closing this issue since I personally won't tackle it and Hardhat / Viem are obviously now aware of it and can track it in their own roadmaps.
Describe the desired feature:
It would be nice if this JSON object were available as an npm package:
https://github.com/pcaversaccio/createx/blob/8bb34bee6251899f11b8bf9cbb8c98bd30efdf5f/hardhat.config.ts#L555