[OP Stack Deployment] op-batcher run error #814
Replies: 2 comments 1 reply
-
I've searched in the optimism monorepo, couldn't find this error: # rg 'missing genesis system config '
op-node/rollup/types.go
29: ErrMissingBatcherAddr = errors.New("missing genesis system config batcher address")
30: ErrMissingScalar = errors.New("missing genesis system config scalar")
31: ErrMissingGasLimit = errors.New("missing genesis system config gas limit") Which op-batcher's version are you using? |
Beta Was this translation helpful? Give feedback.
1 reply
-
We've provided some suggestions and hope they are helpful to you. We'll now close this discussion, but you can still continue to add comments. We can reopen the discussion if necessary. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Please help me how to resolve the following error
./bin/op-batcher --l2-eth-rpc=http://localhost:8545 --rollup-rpc=http://localhost:9545 --poll-interval=1s --sub-safety-margin=6 --num-confirmations=1 --safe-abort-nonce-too-low-count=3 --resubmission-timeout=30s --rpc.addr=0.0.0.0 --rpc.port=8548 --rpc.enable-admin --max-channel-duration=25 --l1-eth-rpc=$L1_RPC_URL --private-key=$GS_BATCHER_PRIVATE_KEY
INFO [05-13|10:54:55.059] Initializing Batch Submitter
INFO [05-13|10:54:55.096] Stopping batcher
INFO [05-13|10:54:55.096] Batch Submitter stopped
CRIT [05-13|10:54:55.096] Application failed message="failed to setup: failed to load rollup config: invalid rollup config: missing genesis system config overhead"
This is rollupconfig file :
rollup.json :
{
"genesis": {
"l1": {
"hash": "0x81d52b28d5a3fb7913a23cff2bed98d568f5c02bd66b9c590bfaa8c2e26f705c",
"number": 8317381
},
"l2": {
"hash": "0xdb0f1edf82ead432e400cb1bc7492aed646491b920f0ef1032d8ca317a9a5863",
"number": 0
},
"l2_time": 1747131156,
"system_config": {
"batcherAddr": "0xb382e6160cfb55c859afd67d03f6484006169a08",
"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": "0x04d20d6da72162e6fd192b5e0534e48f885ad622",
"l1_system_config_address": "0x8744fac9020c459c1955fc8574a2315421ee8a74",
"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