Lesson 9: ReferenceError: sepolia is not defined #5974
-
Overview:
helper-hardhat-config.js const networkConfig = {
11155111 : {
name : sepolia,
ethUsdPriceFeed : "0x694AA1769357215DE4FAC081bf1f309aDC325306",
}, /*
137: {
name : polygon,
ethUsdPriceFeed : "0xF9680D99D6C9589e2a93a78A04A279e509205945",
},
31337 : {
name : hardhat,
ethUsdPriceFeed : "0xF9680D99D6C9589e2a93a78A04A279e509205945",
}*/
}
const developmentChains = ["hardhat","localhost"]
const DECIMALS = 8
const INITIAL_ANSWER = 200000000
module.exports = {
networkConfig,
developmentChains,
DECIMALS,
INITIAL_ANSWER |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Make it string, |
Beta Was this translation helpful? Give feedback.
Make it string,
name: "sepolia",