-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lesson07: Failed to get chainId, falling back to net_version #6450
Comments
I'm also a rookie for web3 development and I can't resolve the problem. But I think if you are fairly convinced that the issue was related to the RPC_URL from alchemy, you can choose another web3 development platform, such as infura, to try another RPC_URL. |
You are correct and I tried that, but I still get the same problem. |
I had pushed my code in repo,you can check my code. My contract was deployed well. |
It should be |
Hello all,
I'm having this issue on Lesson 07, when trying to deploy on Sepolia for the first time. I've been searching around but can't find a reason for this or tinker my way through to get the chainId to be read.
I'm fairly sure it has something to do with the RPC_URL from alchemy but nothing has worked for me so far.
Might it be a hardhat toolbox issue?
//hardhat-config.js
//helper-hardhat-config if relevant
//01-deploy-fund-me relevant chainId code
Originally posted by @caducus7 in #6296 (comment)
The text was updated successfully, but these errors were encountered: