Skip to main content

optimism_rollupConfig RPC Method

Loading...

Updated on
Mar 24, 2026

optimism_rollupConfig RPC Method

Parameters

This method does not accept any parameters

Returns

result
Loading...
genesis
Loading...
l1
Loading...
hash
Loading...
number
Loading...
l2
Loading...
hash
Loading...
number
Loading...
l2_time
Loading...
system_config
Loading...
batcherAddr
Loading...
overhead
Loading...
scalar
Loading...
gasLimit
Loading...
block_time
Loading...
max_sequencer_drift
Loading...
seq_window_size
Loading...
channel_timeout
Loading...
l1_chain_id
Loading...
l2_chain_id
Loading...
regolith_time
Loading...
canyon_time
Loading...
delta_time
Loading...
ecotone_time
Loading...
batch_inbox_address
Loading...
deposit_contract_address
Loading...
l1_system_config_address
Loading...
protocol_versions_address
Loading...
da_challenge_address
Loading...
Request
1
curl -X POST "https://docs-demo.cyber-sepolia.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "optimism_rollupConfig",
6
"params": [],
7
"id": 1
8
}'
1
curl -X POST "https://docs-demo.cyber-sepolia.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "optimism_rollupConfig",
6
"params": [],
7
"id": 1
8
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"genesis": {
6
"l1": {
7
"hash": "0x0ad7012996ee943369fe592424821845ab115e43a9bc5d4e17bf9493869f98e3",
8
"number": 5488109
9
},
10
"l2": {
11
"hash": "0xd61aa9a43cba806375bec108aba488f00cf784a53a6e5164bc3ef9eb8b169eaf",
12
"number": 0
13
},
14
"l2_time": 1710470112,
15
"system_config": {
16
"batcherAddr": "0x90bb84339856530192cd002533cd7f1290fc5142",
17
"overhead": "0x0000000000000000000000000000000000000000000000000000000000000834",
18
"scalar": "0x00000000000000000000000000000000000000000000000000000000000f4240",
19
"gasLimit": 30000000,
20
"eip1559Params": "0x0000000000000000",
21
"operatorFeeParams": "0x0000000000000000000000000000000000000000000000000000000000000000",
22
"minBaseFee": 0,
23
"daFootprintGasScalar": 0
24
}
25
},
26
"block_time": 10,
27
"max_sequencer_drift": 600,
28
"seq_window_size": 3600,
29
"channel_timeout": 300,
30
"l1_chain_id": 11155111,
31
"l2_chain_id": 111557560,
32
"regolith_time": 0,
33
"canyon_time": 0,
34
"delta_time": 0,
35
"ecotone_time": 0,
36
"batch_inbox_address": "0xff00000000000000000000000000000000042069",
37
"deposit_contract_address": "0x06c9cadb0346c8e142fb8299cef3eb5120d4c9b6",
38
"l1_system_config_address": "0x43b838aa237b27c4fc953e591594cebb1ca2817f",
39
"protocol_versions_address": "0x79add5713b383daa0a138d3c4780c7a1804a8090",
40
"chain_op_config": {
41
"eip1559Elasticity": 10,
42
"eip1559Denominator": 50,
43
"eip1559DenominatorCanyon": 250
44
},
45
"pectra_blob_schedule_time": 1744696800
46
}
47
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"genesis": {
6
"l1": {
7
"hash": "0x0ad7012996ee943369fe592424821845ab115e43a9bc5d4e17bf9493869f98e3",
8
"number": 5488109
9
},
10
"l2": {
11
"hash": "0xd61aa9a43cba806375bec108aba488f00cf784a53a6e5164bc3ef9eb8b169eaf",
12
"number": 0
13
},
14
"l2_time": 1710470112,
15
"system_config": {
16
"batcherAddr": "0x90bb84339856530192cd002533cd7f1290fc5142",
17
"overhead": "0x0000000000000000000000000000000000000000000000000000000000000834",
18
"scalar": "0x00000000000000000000000000000000000000000000000000000000000f4240",
19
"gasLimit": 30000000,
20
"eip1559Params": "0x0000000000000000",
21
"operatorFeeParams": "0x0000000000000000000000000000000000000000000000000000000000000000",
22
"minBaseFee": 0,
23
"daFootprintGasScalar": 0
24
}
25
},
26
"block_time": 10,
27
"max_sequencer_drift": 600,
28
"seq_window_size": 3600,
29
"channel_timeout": 300,
30
"l1_chain_id": 11155111,
31
"l2_chain_id": 111557560,
32
"regolith_time": 0,
33
"canyon_time": 0,
34
"delta_time": 0,
35
"ecotone_time": 0,
36
"batch_inbox_address": "0xff00000000000000000000000000000000042069",
37
"deposit_contract_address": "0x06c9cadb0346c8e142fb8299cef3eb5120d4c9b6",
38
"l1_system_config_address": "0x43b838aa237b27c4fc953e591594cebb1ca2817f",
39
"protocol_versions_address": "0x79add5713b383daa0a138d3c4780c7a1804a8090",
40
"chain_op_config": {
41
"eip1559Elasticity": 10,
42
"eip1559Denominator": 50,
43
"eip1559DenominatorCanyon": 250
44
},
45
"pectra_blob_schedule_time": 1744696800
46
}
47
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free