Skip to content

Lesson 7 - The 'address' parameter of task 'verify:verify' expects a value, but none was passed. #3620

Answered by alymurtazamemon
zhikri asked this question in Q&A
Discussion options

You must be logged in to vote

@zhikri add await before deploy function

const fundMe = await deploy("FundMe", {
    from: deployer,
    args: [ethUsdPriceFeedAddress], //price feed
    log: true,
    waitConfirmation: network.config.blockConfirmations || 1,
  });

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@zhikri
Comment options

@RoboCrypter
Comment options

@zhikri
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by zhikri
Comment options

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