Goerli testnet deploy error #2527
-
Hi everyone, Have anyone encountered the following error while trying to deploy ERC721 contract to goerli?
It works without a problem on rinkeby. My hardhat.config.js:
Thanks for the help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@zeledorka : Check you Goerli RPC URL , I think that's why it is causing the error! |
Beta Was this translation helpful? Give feedback.
-
If it works correctly on Rinkeby, there is no issue whatsoever with the logic besides an error which relates to Goerli (e.g. incorrect info. in hardhat.config, .env etc.) If there are no such issues whatsoever, do not worry--if you really want to use Goerli, try w/ a different provider; if it still persists, it is certainly a Goerli-specific issue and not a provider-specific issue. |
Beta Was this translation helpful? Give feedback.
@zeledorka : Check you Goerli RPC URL , I think that's why it is causing the error!