Skip to content
New issue

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

Define intial configuration values #5524

Closed
kanej opened this issue Jul 15, 2024 · 2 comments
Closed

Define intial configuration values #5524

kanej opened this issue Jul 15, 2024 · 2 comments
Labels
status:ready This issue is ready to be worked on v-next A Hardhat v3 development task
Milestone

Comments

@kanej
Copy link
Member

kanej commented Jul 15, 2024

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:

export interface HardhatConfig {
defaultNetwork: string;
paths: ProjectPathsConfig;
networks: NetworksConfig;
solidity: SolidityConfig;
mocha: Mocha.MochaOptions;
}

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.

@kanej kanej added the v-next A Hardhat v3 development task label Jul 15, 2024
@github-actions github-actions bot added the status:ready This issue is ready to be worked on label Jul 15, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Hardhat Jul 15, 2024
@kanej kanej moved this from Backlog to To-do in Hardhat Jul 15, 2024
@kanej kanej added this to the vnext milestone Jul 15, 2024
@kanej kanej changed the title Define basic configuration values Define intial configuration values Jul 15, 2024
@kanej
Copy link
Member Author

kanej commented Jul 25, 2024

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

@kanej
Copy link
Member Author

kanej commented Dec 5, 2024

We have enhanced the configuration in a piece meal fashion. I am closing this issue.

@kanej kanej closed this as completed Dec 5, 2024
@github-project-automation github-project-automation bot moved this from To-do to Done in Hardhat Dec 5, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 6, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status:ready This issue is ready to be worked on v-next A Hardhat v3 development task
Projects
Archived in project
Development

No branches or pull requests

1 participant