Lesson 11: Deploy to Goerli problems #5083
-
Hi, I am stuck at the hardhat-starter-kit deployment section: helper-hardhat-conifg.js:
hardhat.config.js
and then run The Error I get is: And it looks like smth is wrong with the goerli "name" in the helper-hardhat-config.js, bc when I try to log out But I don't get what I do wrong... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Goerli is shutting down. Try sepolia. As Patrick said #5079. |
Beta Was this translation helpful? Give feedback.
Goerli is shutting down. Try sepolia. As Patrick said #5079.
Problem might be in your .env file as well.
Without seeing your code, impossible to tell what other possible errors might be. Please push code to github and leave link to repo. Thanks