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

Correct deploy Property Name and Align Object Formatting #233

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

savvar9991
Copy link

1. Replacing deployPaths with deploy:

  • deployPaths: "scripts",
  • deploy: "scripts",

Rationale: This is the correct property according to zkSync Hardhat specification. deployPaths was an incorrect property name, while deploy is the proper name for specifying the directory containing deployment scripts.

2. Formatting of the closing bracket in settings:

  • }
  • },
    Rationale: Added a comma after the closing bracket to maintain consistent formatting in TypeScript/JavaScript objects. This is important for maintaining uniform code style and preventing potential errors when adding new properties.

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.

1 participant