Skip to content

Lesson 6 _Deploy error #1468

Answered by cromewar
sako013 asked this question in Q&A
May 8, 2022 · 6 comments · 2 replies
Discussion options

You must be logged in to vote

The problem is here:
fund_me = FundMe.deploy({"from": account})
As I said the constructor of the contract requires the price_feed address and you are not providing one at deploy, so you must add the address before {"from": account}.

Cheers.

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@sako013
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@sako013
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by cromewar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants