PatrickAlphaC/fund-me-fcc

01-deploy-fund-me error

colonelxy opened this issue · 0 comments

I'm getting this error:

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

This is the line with a problem:

 } else {
        ethUsdPriceFeedAddress = networkConfig[chainId]["ethUsdPriceFeed"]
    }

Where could I be going wrong?