Skip to content
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

Node not spinning up #9

Open
rac-sri opened this issue Nov 16, 2024 · 0 comments
Open

Node not spinning up #9

rac-sri opened this issue Nov 16, 2024 · 0 comments

Comments

@rac-sri
Copy link

rac-sri commented Nov 16, 2024

Steps to reproduce:

  • Give docker access to the path on running just up
  • Running docker network create anton-net
  • just up

All the containers spin up, but the op node ( both mainnet and sepolia ) error out,

Mainnet node:

t=2024-11-16T11:09:57+0000 lvl=info msg="Not opted in to ProtocolVersions signal loading, disabling ProtocolVersions contract now."

t=2024-11-16T11:09:57+0000 lvl=info msg="Rollup Config" l2_chain_id=11155420 l2_network=OP-Sepolia l1_chain_id=11155111 l1_network=sepolia l2_start_time=1691802540 l2_block_hash=0x102de6ffb001480cc9b8b548fd05c34cd4f46ae4aa91759393db90ea0409887d l2_block_number=0 l1_block_hash=0x48f520cf4ddaf34c8336e6e490632ea3cf1e5e93b0b2bc6e917557e31845371b l1_block_number=4071408 regolith_time="@ genesis" canyon_time="@ 1699981200 ~ Tue Nov 14 17:00:00 UTC 2023" delta_time="@ 1703203200 ~ Fri Dec 22 00:00:00 UTC 2023" ecotone_time="@ 1708534800 ~ Wed Feb 21 17:00:00 UTC 2024" fjord_time="@ 1716998400 ~ Wed May 29 16:00:00 UTC 2024" interop_time="(not configured)" plasma_mode=false

t=2024-11-16T11:09:57+0000 lvl=info msg="Initializing rollup node" version=v1.7.7-f8143c8c-1717593043

t=2024-11-16T11:09:57+0000 lvl=error msg="Error initializing the rollup node" err="failed to init L1: failed to validate the L1 config: incorrect L1 RPC chain id 1, expected 11155111"

t=2024-11-16T11:09:57+0000 lvl=crit msg="Application failed" message="failed to setup: unable to create the rollup node: failed to init L1: failed to validate the L1 config: incorrect L1 RPC chain id 1, expected 11155111"

Sepolia node:

t=2024-11-16T11:09:59+0000 lvl=info msg="Rollup Config" l2_chain_id=11155420 l2_network=OP-Sepolia l1_chain_id=11155111 l1_network=sepolia l2_start_time=1691802540 l2_block_hash=0x102de6ffb001480cc9b8b548fd05c34cd4f46ae4aa91759393db90ea0409887d l2_block_number=0 l1_block_hash=0x48f520cf4ddaf34c8336e6e490632ea3cf1e5e93b0b2bc6e917557e31845371b l1_block_number=4071408 regolith_time="@ genesis" canyon_time="@ 1699981200 ~ Tue Nov 14 17:00:00 UTC 2023" delta_time="@ 1703203200 ~ Fri Dec 22 00:00:00 UTC 2023" ecotone_time="@ 1708534800 ~ Wed Feb 21 17:00:00 UTC 2024" fjord_time="@ 1716998400 ~ Wed May 29 16:00:00 UTC 2024" interop_time="(not configured)" plasma_mode=false

t=2024-11-16T11:09:59+0000 lvl=info msg="Initializing rollup node" version=v1.7.7-f8143c8c-1717593043

t=2024-11-16T11:09:59+0000 lvl=error msg="Error initializing the rollup node" err="failed to init L1: failed to validate the L1 config: failed to get L1 genesis blockhash: failed to fetch header by num 4071408: not found"

t=2024-11-16T11:09:59+0000 lvl=crit msg="Application failed" message="failed to setup: unable to create the rollup node: failed to init L1: failed to validate the L1 config: failed to get L1 genesis blockhash: failed to fetch header by num 4071408: not found"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant