error : invalid address #868
-
Hi i am still a beginner in coding, when i try to run yarn hardhat deploy on this code i get this error : ERROR processing /Users/chrismogab/hardhat-fund-me/deploy/01-deploy-fund-me.js Error: invalid address (argument="address", value=undefined, code=INVALID_ARGUMENT, version=address/5.6.1) (argument="priceFeedAddress", value=undefined, code=INVALID_ARGUMENT, version=abi/5.6.4) so i assume my error is from my 01 deploy-fund-me-js folder, here is the folder can you please help me find where the problem is? const { getNamedAccounts } = require("hardhat") module.exports = async ({ getNamedAccounts, deployments }) => {
} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Could you send your helper-hardhat-config.js file? Thank you |
Beta Was this translation helpful? Give feedback.
Could you send your helper-hardhat-config.js file? Thank you