-
Notifications
You must be signed in to change notification settings - Fork 33
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
refactor: repo scripts section #197 #199
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor request ;)
package.json
Outdated
"compile-echidna": "crytic-compile . && slither . --print echidna", | ||
"fuzz-p": "echidna . --contract TestSwaplace --test-mode property --config echidna.config.yml", | ||
"fuzz-a": "echidna . --contract TestSwaplace --test-mode assertion --config echidna.config.yml" | ||
"fuzz-a": "echidna . --contract TestSwaplace --test-mode assertion --config echidna.config.yml", | ||
"deploy:mocks": "npx hardhat run scripts/deployMock.ts --network $1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @blackbeard002 Could you please move line 37 before line 33 so that the scripts stay ordered by their category/alphabetic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aye aye captain, I'm on it
Hey @0xneves made the changes as requested |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome Deepu!! Approving the changes! I will ask you to submit to develop from now on! Thank you
closes #197