lesson 6 Goerli API not found #2869
-
### Hello, I'm trying to deploy with goerli network, everything looks good to me but the error said "no API was Found", |
Beta Was this translation helpful? Give feedback.
Answered by
RoboCrypter
Sep 26, 2022
Replies: 2 comments 4 replies
-
In your In your etherscan: {
apiKey: {
// rinkeby: ETHERSCAN_API_KEY,
goerli: ETHERSCAN_API_KEY,
// polygon: POLYGONSCAN_API_KEY,
},
}, |
Beta Was this translation helpful? Give feedback.
2 replies
-
@Faouzy09 : Yup you are correct, The spelling of etherscan in your |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Faouzy09
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Faouzy09 : Yup you are correct, The spelling of etherscan in your
hardhat.config
was the issue!