Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Create .env with nile init and remove example.env #265

Merged
merged 7 commits into from
Nov 2, 2022

Conversation

andrew-fleming
Copy link
Contributor

Resolves #249 and resolves #244.

Copy link
Contributor

@martriay martriay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good improvement :) . Left just a comment

Comment on lines 19 to 20
with open(".env", "w") as file:
file.write("# ALIAS = PRIVATE_KEY")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about adding it to the sample project directory?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea!

@andrew-fleming andrew-fleming marked this pull request as draft October 28, 2022 01:45
@andrew-fleming andrew-fleming marked this pull request as ready for review October 28, 2022 08:11
Copy link
Member

@ericnordelo ericnordelo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@martriay martriay merged commit 7201416 into OpenZeppelin:main Nov 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create .env with nile init remove example.env
3 participants