[ZK Stack] - [Reopen] Cannot transfer ETH from L1 to L2 in local environment #903
-
Team or ProjectNo response Module Affected
Rust Version1.82.0 Operating System
Issue DescriptionDiscussed in #264When running Expected BehaviorSuccessful transfer from L1 to L2 Current BehaviorWhen running
Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @pashakhromov , thanks for sharing this. Can you see if specifying the rpc-url in the command args makes a difference? npx zksync-cli bridge deposit --rpc=http://localhost:3050 --l1-rpc=http://localhost:8545 I just tried following the steps in this tutorial, and the deposit worked on my end. Edit: another thing to check is that the local chain node is running at the correct port. There should be a log that says |
Beta Was this translation helpful? Give feedback.
Hi @pashakhromov , thanks for sharing this.
Can you see if specifying the rpc-url in the command args makes a difference?
I just tried following the steps in this tutorial, and the deposit worked on my end.
Edit: another thing to check is that the local chain node is running at the correct port. There should be a log that says
Initialized HTTP API on 0.0.0.0:XXXX
whereXXXX
is the port number where the local chain node is running