Lesson 14 - No Contract deployed with name VRFCoordinatorV2Mock #2914
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
@Shubh0412 Hey as i could see your contract name is different than the name you have mentioned while deploying. Your contract name starts with |
Beta Was this translation helpful? Give feedback.
-
Hey @Shubh0412 you are using the tags in an unexpected order. Try this as the tag and see if it solves your problem |
Beta Was this translation helpful? Give feedback.
-
@Shubh0412 run the command here you should not leave space after comma And some people are also facing multi-tags issue, so if above command not work then try with quotation marks.
|
Beta Was this translation helpful? Give feedback.
-
Is this resolved yet? If not, please push to GitHub and I will look into it. |
Beta Was this translation helpful? Give feedback.
@Shubh0412 run the command
yarn hardhat deploy --tags randomipfs,mocks
here you should not leave space after comma
,
And some people are also facing multi-tags issue, so if above command not work then try with quotation marks.
yarn hardhat deploy --tags "randomipfs,mocks"