We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently we have the framework for Hardhat configuration, but we have not specified its default values (e.g. contract folder, test folder etc).
The v2 config type is defined here:
hardhat/packages/hardhat-core/src/types/config.ts
Lines 284 to 290 in 739d593
This task should be limited to adding the type and populating the values on initialization:
paths
solidity
networks will wait for the network adapter work.
networks
The text was updated successfully, but these errors were encountered:
We can do paths now, but we don't have clarity on the rest yet.
Sorry, something went wrong.
We have enhanced the configuration in a piece meal fashion. I am closing this issue.
No branches or pull requests
Currently we have the framework for Hardhat configuration, but we have not specified its default values (e.g. contract folder, test folder etc).
The v2 config type is defined here:
hardhat/packages/hardhat-core/src/types/config.ts
Lines 284 to 290 in 739d593
This task should be limited to adding the type and populating the values on initialization:
paths
solidity
networks
will wait for the network adapter work.The text was updated successfully, but these errors were encountered: