Lesson 7(10.57)failed to get chainId, falling back on net_version... #705
-
While Deploying yarn hardhat deploy --network rinkeby ProviderError: Must be authenticated! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
@Cryptobaba1 Please verify code from GitHub repo and youtube video. Otherwise post your scripts, hardhat config file, helper file etc. So we can find the issue. |
Beta Was this translation helpful? Give feedback.
-
const networkConfig = {
31337: {
name: "localhost",
},
// Price Feed Address, values can be obtained at https://docs.chain.link/docs/reference-contracts
// Default one is ETH/USD contract on Kovan
42: {
name: "kovan",
ethUsdPriceFeed: "0x9326BFA02ADD2366b30bacB125260Af641031331",
},
4: {
name: "rinkeby",
ethUsdPriceFeed: "0x8A753747A1Fa494EC906cE90E9f37563A8AF630e",
},
}
const developmentChains = ["hardhat", "localhost"]
module.exports = {
networkConfig,
developmentChains,
} |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
@Cryptobaba1 Please verify code from GitHub repo and youtube video. Otherwise post your scripts, hardhat config file, helper file etc. So we can find the issue.