Lesson: 7 || ethUsdPriceFeed not recognized in helper-hardhat-config.js || #5694
Answered
by
MohammadRokib
MohammadRokib
asked this question in
Q&A
-
I am trying to deploy the contract on the Sepolia testnet. But, it gives the following error: Error: ERROR processing E:\Courses\Blockchain\Codes\HardHat_FundMe\deploy\01-deploy-fundme.js:
TypeError: Cannot read properties of undefined (reading 'ethUsdPriceFeed') Any suggestion will be helpful. Here is my code: HardHat_Fundme |
Beta Was this translation helpful? Give feedback.
Answered by
MohammadRokib
Jun 17, 2023
Replies: 1 comment 1 reply
-
Fixed it. It was just a typo in 01-deploy-fundme-config.js: Typed this: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alymurtazamemon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed it. It was just a typo in 01-deploy-fundme-config.js:
Typed this:
const chainID = network.config.chainID;
instead of this:
const chainID = network.config.chainId;