-
I'm practicing hardhat fundMe . on youtube 10:52:00. i'm trying to deploy my mocks . here is my 01-deploy-fund-me. js file ```javascript: // function deployFunc(){ // } // module.exports.default = deployFunc module.exports = async({getNamedAccounts,deployment})=>{
} module.exports.tags = ["all","fundme"]
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It's |
Beta Was this translation helpful? Give feedback.
It's
deployments
, in plural.