[OP Stack Deployment] How can I transfer ETH from L1 to my own L2 to be used as gas? #685
Replies: 1 comment 4 replies
-
Logs looks normal Have you check if you have passed correct L1 / L2 chain for public and wallet client and L1StandardBridgeProxy address for your chain in the process of depositing ETH. If you are not setting them correctly, it's likely to be deposited to into Optimism Sepolia instead of your chain. Can you show the L1 tx hash ( For reference, you should update your Or you need to define your custom OP stack chain correctly with And you also need to make sure public and wallet client connect to the correct chain. |
Beta Was this translation helpful? Give feedback.
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
Hey team, I need some development support here.
I am running my own custom L2 chain using the OP stack, and I followed this tutorial:
https://docs.optimism.io/builders/chain-operators/tutorials/create-l2-rollup
I am running my custom L2 with the Holesky L1 testnet locally. So far, everything is up and running smoothly, but I can't create and submit transactions on my custom L2.
I tried to execute the final steps and send some Sepolia ETH to the L1StandardBridgeProxy contract, but I can't receive it on my own L2.
How can I transfer ETH from L1 to my own L2 to be used as gas?
Please help me resolve this issue.
Logs
op-geth log
op-node log
op-batcher log
op-proposer
Additional Information
Hey team, I need some development support here.
I am running my own custom L2 chain using the OP stack, and I followed this tutorial for depositing ETH:
https://docs.optimism.io/builders/app-developers/tutorials/cross-dom-bridge-eth#deposit-eth
Steps one to five were completed without any issues, but I encountered an error at the final step.
Please help me resolve this issue.
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions