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

Enable Hardhat Configuration Settings Using Environment Variables #11

Merged
merged 4 commits into from
Mar 26, 2024

Conversation

yuriicw
Copy link
Contributor

@yuriicw yuriicw commented Mar 25, 2024

This pull request aims to enhance the configuration process of Hardhat project by implementing the utilization of environment variables. With these changes, configuring Hardhat will now involve utilizing the .env file for settings, while the hardhat.config.ts file will be pre-prepared and configured accordingly.

Additionally, a .env.example file has been included in the repository, serving as a helpful template for setting up the environment. This modification streamlines the configuration process, providing greater flexibility and ease of use for developers working with the repository.

@igorsenych-cw igorsenych-cw merged commit c3ca5df into main Mar 26, 2024
6 checks passed
@igorsenych-cw igorsenych-cw deleted the env-variables branch March 26, 2024 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants