-
In the video, I didn't understand what this line of code does ad I didn't understand wen i researched it either... Can somebody explain please?
|
Beta Was this translation helpful? Give feedback.
Answered by
Koowah
Jan 26, 2023
Replies: 1 comment 3 replies
-
Say you have many contracts but only want to deploy your mocks. All you have to do is write |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
h0leee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hardhat-deploy
executes all deploy scripts by default. Tags allow you to easily execute one or a subset of deploy scripts.Say you have many contracts but only want to deploy your mocks. All you have to do is write
npx hardhat deploy --tags mocks