-
Hi Community, Behaviour Noticed: When I try to start-up local node using command "yarn hardhat node". This first tries to run deployment scripts (2 scripts), one from which mock is deployed and other from which FundMe contract is deployed after this it then starts local node. Note: I am using require("hardhat-deploy"); What I expected was, running "yarn hardhat node" would just start local node, and then I would try to run deploy scripts having mock and FundMe separately from new terminal session. Can some-one please suggest if this behaviour is expected while running the local node or if I am doing something wrong or is it something else. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Apology all, it seems like this is default behaviour and was said by @PatrickAlphaC right after the timestamp. Couldn't find the delete button to delete this discussion so I had to write this. |
Beta Was this translation helpful? Give feedback.
Apology all, it seems like this is default behaviour and was said by @PatrickAlphaC right after the timestamp. Couldn't find the delete button to delete this discussion so I had to write this.