Skip to content

CHAP 7 :- my deploy script is not working when im switching to goerli #2350

Answered by RoboCrypter
soumalya340 asked this question in Q&A
Discussion options

You must be logged in to vote

@soumalya340 : I have found the issue!

In your helper-hardhat-config.js file:

Correct your ethUsdPriceFeed to this :

ethUsdPriceFeed: "0xD4a33860578De61DBAbDc8BFdb98FD742fA7028e" without any spaces in quotes.

As you have given space in the beginning of your address quotes :

ethUsdPriceFeed: " 0xD4a33860578De61DBAbDc8BFdb98FD742fA7028e", There is a space in quotes in the beginning, thats why error is coming!

Let me know if your issue is resolved!

Replies: 1 comment 2 replies

Comment options

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

@soumalya340
Comment options

Answer selected by soumalya340
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