Skip to content

Lesson 7 problems with deploying on testnet #1401

Discussion options

You must be logged in to vote

I ran into the same error. The problem is probably in the verify.js file. I fixed mine by changing constructorArg to constructorArguments in my verify() function. Because it seems that the function wasn't passing the ethUsdPriceFeedAddress argument to the constructor at FundMe.sol

await run("verify:verify", {
        address: contractAddress,
        constructorArguments: args, // changed constructorArgs to constructorArguments
    })

Try and see if it might work. Notify us if it ends up working.

Replies: 6 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

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

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@hobbescodes
Comment options

@mmuaaz
Comment options

@othaime-en
Comment options

@mmuaaz
Comment options

@othaime-en
Comment options

Comment options

You must be logged in to vote
2 replies
@mmuaaz
Comment options

@othaime-en
Comment options

Answer selected by alymurtazamemon
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
8 participants