[OP Stack Deployment] op node run error #821
Replies: 2 comments 1 reply
-
Hello, Your L2 genesis points to Sepolia block Double-check that For a step-by-step example of the same issue, see Discussion #773. |
Beta Was this translation helpful? Give feedback.
-
We will close the issue, if the problem is not resolved please add a comment |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
I'm getting the following error. Do you know how to fix it?
./bin/op-node --l2=http://localhost:8551 --l2.jwt-secret=./jwt.txt --sequencer.enabled --sequencer.l1-confs=5 --verifier.l1-confs=4 --rollup.config=./rollup.json --rpc.addr=0.0.0.0 --p2p.disable --rpc.enable-admin --p2p.sequencer.key=$GS_SEQUENCER_PRIVATE_KEY --l1=$L1_RPC_URL --l1.rpckind=$L1_RPC_KIND --l1.beacon=https://ethereum-sepolia-beacon-api.publicnode.com
INFO [05-19|06:40:20.804] Not opted in to ProtocolVersions signal loading, disabling ProtocolVersions contract now.
INFO [05-19|06:40:20.815] No persisted sequencer state loaded
INFO [05-19|06:40:20.815] Rollup Config l2_chain_id=42069 l2_network="unknown L2" l1_chain_id=11,155,111 l1_network=sepolia l2_start_time=1,747,635,108 l2_block_hash=0xa5a215652d4036ed2899a2f20c09d47ecb4946cf28bf99dc13f38b68148ae202 l2_block_number=0 l1_block_hash=0x3493f3788fa3e9c795385df76660c8a46fad039dbbc56918adf19d6fa62da631 l1_block_number=8,358,723 regolith_time="@ genesis" canyon_time="@ genesis" delta_time="@ genesis" ecotone_time="@ genesis" fjord_time="@ genesis" granite_time="@ genesis" holocene_time="@ genesis" isthmus_time="(not configured)" interop_time="(not configured)" alt_da=false
INFO [05-19|06:40:20.815] Initializing rollup node version=untagged-1c8b9690-1746453533
INFO [05-19|06:40:22.787] Connected to L1 Beacon API, ready for EIP-4844 blobs retrieval. version=teku/v25.4.1/linux-x86_64/-ubuntu-openjdk64bitservervm-java-21
ERROR[05-19|06:40:23.352] failed to fetch runtime config data err="failed to fetch unsafe block signing address from system config: failed to fetch proof of storage slot 0x65a7ed542fb37fe237fdfbdd70b31598523fe5b32879e307bae27a0bd9581c08 at block 0xe674bca3058eafa0489888a836ba633e13cc54d2e15e1afe35a3ab3c56ee226a: distance to target block exceeds maximum proof window"
ERROR[05-19|06:40:33.921] failed to fetch runtime config data err="failed to fetch unsafe block signing address from system config: failed to fetch proof of storage slot 0x65a7ed542fb37fe237fdfbdd70b31598523fe5b32879e307bae27a0bd9581c08 at block 0x6ba83afeb428a472de7b2ef69d23c94230b95d3ff3170d27b6ebbb14a5b1d9c8: distance to target block exceeds maximum proof window"
ERROR[05-19|06:40:44.488] failed to fetch runtime config data err="failed to fetch unsafe block signing address from system config: failed to fetch proof of storage slot 0x65a7ed542fb37fe237fdfbdd70b31598523fe5b32879e307bae27a0bd9581c08 at block 0x4302644b94eeaff1d0f213ed46366e0cf747dd60936e4b0ca4f7a2b4020dbdea: distance to target block exceeds maximum proof window"
^CERROR[05-19|06:40:54.491] Error initializing the rollup node err="failed to init the runtime config: failed to load runtime configuration repeatedly, last error: context canceled"
CRIT [05-19|06:40:54.491] Application failed message="failed to setup: unable to create the rollup node: 2 errors occurred:\n\t* failed to init the runtime config: failed to load runtime configuration repeatedly, last error: context canceled\n\t* error stopping sequencer: context canceled\n\n\ninterrupted: received interrupt signal interrupt"
This is rollup.json file content :
{
"genesis": {
"l1": {
"hash": "0x3493f3788fa3e9c795385df76660c8a46fad039dbbc56918adf19d6fa62da631",
"number": 8358723
},
"l2": {
"hash": "0xa5a215652d4036ed2899a2f20c09d47ecb4946cf28bf99dc13f38b68148ae202",
"number": 0
},
"l2_time": 1747635108,
"system_config": {
"batcherAddr": "0x0967bcee49c2aa6696d3847fb0bc33ab8a0d8312",
"overhead": "0x0000000000000000000000000000000000000000000000000000000000000000",
"scalar": "0x010000000000000000000000000000000000000000000000000c5fc500000558",
"gasLimit": 60000000,
"eip1559Params": "0x0000000000000000"
}
},
"block_time": 2,
"max_sequencer_drift": 600,
"seq_window_size": 3600,
"channel_timeout": 300,
"l1_chain_id": 11155111,
"l2_chain_id": 42069,
"regolith_time": 0,
"canyon_time": 0,
"delta_time": 0,
"ecotone_time": 0,
"fjord_time": 0,
"granite_time": 0,
"holocene_time": 0,
"batch_inbox_address": "0x00e9bfcadbfb1f294e9a66bc0573878525f5015c",
"deposit_contract_address": "0xb9d93b794999fa842c6965643fa286df415068b4",
"l1_system_config_address": "0x3c4b0253d5c81960a7bb870407ac7e9f651182b6",
"protocol_versions_address": "0x79add5713b383daa0a138d3c4780c7a1804a8090",
"chain_op_config": {
"eip1559Elasticity": 6,
"eip1559Denominator": 50,
"eip1559DenominatorCanyon": 250
}
}
Logs
No response
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions