Lesson 7, 10:59 "Error: invalid address" #1903
-
When I tried to run the command "yarn hardhat deploy --network rinkeby" this is the code in my 01-deploy-fund.js ` module.exports = async ({ getNamedAccounts, deployments }) => { let ethUsdPriceFeedAddress const args = [ethUsdPriceFeedAddress] if(!(developementChains.includes(network.name)) && process.env.ETHERSCAN_API_KEY) { module.exports.tags = ["all", "fundMe"] |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 18 replies
-
Can I see your helper-hardhat-config file? make sure you have the right ethUsdpriceFeed address in the rinkeby section |
Beta Was this translation helpful? Give feedback.
-
Push to GitHub and link it here, I will look into it. If you are sure of problems not persisting in your code, it must be Rinkeby—which should be fixed by using Goerli. |
Beta Was this translation helpful? Give feedback.
Can I see your helper-hardhat-config file? make sure you have the right ethUsdpriceFeed address in the rinkeby section