NomicFoundation / hardhat

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

Define intial configuration values #5524

Open kanej opened 1 month ago

kanej commented 1 month ago

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: https://github.com/NomicFoundation/hardhat/blob/739d593d46123c6584de10c7bc5fce10bae4b9e2/packages/hardhat-core/src/types/config.ts#L284-L290

This task should be limited to adding the type and populating the values on initialization:

networks will wait for the network adapter work.

kanej commented 1 month ago

We can do paths now, but we don't have clarity on the rest yet.