PatrickAlphaC / hardhat-fund-me-fcc

82 stars 183 forks source link

TypeError: Cannot read properties of undefined (reading 'ethUsdPriceFeed') #73

Closed abdullahAttiq closed 2 years ago

abdullahAttiq commented 2 years ago

working on hardhat Fund me.... facing an error "TypeError: Cannot read properties of undefined (reading 'ethUsdPriceFeed')".....cant find any solution .......browsed a lot on stack overflow and git ......some of patrick students are facing this same issue but no solution whatsoever ...... error in line: ethUsdPriceFeedAddress = networkConfig[chainId]["ethUsdPriceFeed"] file is : 01-deploy-fund-me.js

PatrickAlphaC commented 2 years ago

Can you:

  1. Make this a discusson on the full repo? https://github.com/smartcontractkit/full-blockchain-solidity-course-js/
  2. Follow this section for formatting questions? https://www.youtube.com/watch?t=19846&v=gyMwXuJrbJQ&feature=youtu.be
abdullahAttiq commented 2 years ago

the error was solved ....thanks anyway