You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
just up
docker network create anton-net
just up
All the containers spin up, but the op node ( both mainnet and sepolia ) error out,
Mainnet node:
Sepolia node:
The text was updated successfully, but these errors were encountered: