-
Notifications
You must be signed in to change notification settings - Fork 231
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
"npm run deploy:hello-zksync" results in "Error: socket hang up" #796
Comments
Thanks for reaching out, I was able to replicate a similar issue to what you got and will look into it. Just to check, does it work if you switch to |
Hi @bxpana, Thanks for your help. Yes it works fine if I use
and got the output:
I confirmed that reads from the contract also works:
|
Thanks for the confirmation. I am running into a similar connection issue to the in-memory node but able to deploy on ZKsync Sepolia too. I went ahead and opened an issue for the zksync-cli to have the team look into fixing that matter-labs/zksync-cli#179 |
@h4xhor the issue was closed and a fix was released. You can upgrade with Thanks again for the heads up and let us know if you run into anything else. |
Thank you @bxpana. It works perfectly! |
Hi I'm following the guide on ZKsync and I'm up to here https://docs.zksync.io/build/start-coding/zksync-101/hello-zksync.
When I run this command:
I get this error:
I am on Debian 12 and have installed Docker Desktop.
I am using:
I confirmed with nmap that the port 8011 on Docker is open.
Any suggestions on what else to try greatly appreciated. Thank you.
The text was updated successfully, but these errors were encountered: