Open banshee opened 2 years ago
Looking deeper at the code, I think the hardhat support is just misnamed; it's really support for hardhat-deploy and not for hardhat at all. Things like fn _load_from_directory
talk about directory structures that are completely different from normal hardhat.
Looking at the hardhat config in examples/hardhat/hardhat.config.js, you start with:
That seems a bit unusual; we certainly use hardhat, but we took a quick look at hardhat-deploy and decided it wasn't necessary. I guess it makes sense to support hardhat-deploy in addition to the mainstream, but it shouldn't be a requirement.