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
Looking at the hardhat config in examples/hardhat/hardhat.config.js, you start with:
require("hardhat-deploy");
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: