Lesson 7: Error: expected 1 constructor arguments, got 0 while deploying contract #998
Answered
by
zeroxvee
PopMilo996
asked this question in
Q&A
-
I got an Error: expected 1 constructor arguments, got 0 after I tried to deploy contract FundMe did somebody face similar problem could you tell me please. Here is my code. |
Beta Was this translation helpful? Give feedback.
Answered by
zeroxvee
Jul 15, 2022
Replies: 1 comment 1 reply
-
You have a typo in your deploy fundMe function. It has to be |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
PopMilo996
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have a typo in your deploy fundMe function. It has to be
args: [ethUsdPriceFeedAddress],