Help me please!!! #4944
-
yarn run v1.22.15
Done in 113.02s. I got this error. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 15 replies
-
Look at your error, its says - "NomicLabsHardhatPluginError: The constructor for contracts/FundMe.sol:FundMe has 1 parameters You are missing a constructor argument for fundMe contractor. deploy your contract with constructor argument and it should be allgood. |
Beta Was this translation helpful? Give feedback.
Look at your error, its says - "NomicLabsHardhatPluginError: The constructor for contracts/FundMe.sol:FundMe has 1 parameters
but 0 arguments were provided instead."
You are missing a constructor argument for fundMe contractor. deploy your contract with constructor argument and it should be allgood.