-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Error when running l2-rollup in app op-batcher #13808
Comments
log then op-batcher start
|
Is the op-batcher connected to the L1 RPC instead of L2 RPC? The L2 blocks should always contain a special system deposit. |
I start
Sure. op-batcher have current connection to L1 network. |
i had similar issue, add |
Changed env L1_RPC_KIND to any
and from logs see save error
|
hmm i have run with success with the below commands.
|
Repo optimism i use branch tutorials/chain (from documentation) |
Bug Description
When starting the network, op-batcher constantly shows an error in the logs
Steps to Reproduce
I used the tutorial at https://docs.optimism.io/builders/chain-operators/tutorials/create-l2-rollup
Environment Information:
Configurations:
Use branch tutorials/chain
env from file .envrc
L1_RPC_KIND=debug_geth
config network use by default. Only change l2ChainID
Logs:
lvl=eror msg="unable to get tx data" err="adding block[0] to channel builder: converting block to batch: first transaction in block is not a deposit tx"
Additional context
The problem occurs immediately after starting the network
The text was updated successfully, but these errors were encountered: