Skip to main content

optimism_rollupConfig RPC Method

Loading...

Updated on
Jan 21, 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...
batch_inbox_address
Loading...
canyon_time
Loading...
deposit_contract_address
Loading...
l1_system_config_address
Loading...
protocol_versions_address
Loading...
Request
1
curl -X POST "https://docs-demo.base-mainnet.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.base-mainnet.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": "0x5c13d307623a926cd31415036c8b7fa14572f9dac64528e857a470511fc30771",
8
"number": 17481768
9
},
10
"l2": {
11
"hash": "0xf712aa9241cc24369b143cf6dce85f0902a9731e70d66818a3a5845b296c73dd",
12
"number": 0
13
},
14
"l2_time": 1686789347,
15
"system_config": {
16
"batcherAddr": "0x5050f69a9786f081509234f1a7f4684b5e5b76c9",
17
"overhead": "0x00000000000000000000000000000000000000000000000000000000000000bc",
18
"scalar": "0x00000000000000000000000000000000000000000000000000000000000a6fe0",
19
"gasLimit": 30000000,
20
"eip1559Params": "0x0000000000000000",
21
"operatorFeeParams": "0x0000000000000000000000000000000000000000000000000000000000000000",
22
"minBaseFee": 0,
23
"daFootprintGasScalar": 0
24
}
25
},
26
"block_time": 2,
27
"max_sequencer_drift": 600,
28
"seq_window_size": 3600,
29
"channel_timeout": 300,
30
"l1_chain_id": 1,
31
"l2_chain_id": 8453,
32
"regolith_time": 0,
33
"canyon_time": 1704992401,
34
"delta_time": 1708560000,
35
"ecotone_time": 1710374401,
36
"fjord_time": 1720627201,
37
"granite_time": 1726070401,
38
"holocene_time": 1736445601,
39
"isthmus_time": 1746806401,
40
"jovian_time": 1764691201,
41
"batch_inbox_address": "0xff00000000000000000000000000000000008453",
42
"deposit_contract_address": "0x49048044d57e1c92a77f79988d21fa8faf74e97e",
43
"l1_system_config_address": "0x73a79fab69143498ed3712e519a88a918e1f4072",
44
"protocol_versions_address": "0x8062abc286f5e7d9428a0ccb9abd71e50d93b935",
45
"chain_op_config": {
46
"eip1559Elasticity": 6,
47
"eip1559Denominator": 50,
48
"eip1559DenominatorCanyon": 250
49
}
50
}
51
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"genesis": {
6
"l1": {
7
"hash": "0x5c13d307623a926cd31415036c8b7fa14572f9dac64528e857a470511fc30771",
8
"number": 17481768
9
},
10
"l2": {
11
"hash": "0xf712aa9241cc24369b143cf6dce85f0902a9731e70d66818a3a5845b296c73dd",
12
"number": 0
13
},
14
"l2_time": 1686789347,
15
"system_config": {
16
"batcherAddr": "0x5050f69a9786f081509234f1a7f4684b5e5b76c9",
17
"overhead": "0x00000000000000000000000000000000000000000000000000000000000000bc",
18
"scalar": "0x00000000000000000000000000000000000000000000000000000000000a6fe0",
19
"gasLimit": 30000000,
20
"eip1559Params": "0x0000000000000000",
21
"operatorFeeParams": "0x0000000000000000000000000000000000000000000000000000000000000000",
22
"minBaseFee": 0,
23
"daFootprintGasScalar": 0
24
}
25
},
26
"block_time": 2,
27
"max_sequencer_drift": 600,
28
"seq_window_size": 3600,
29
"channel_timeout": 300,
30
"l1_chain_id": 1,
31
"l2_chain_id": 8453,
32
"regolith_time": 0,
33
"canyon_time": 1704992401,
34
"delta_time": 1708560000,
35
"ecotone_time": 1710374401,
36
"fjord_time": 1720627201,
37
"granite_time": 1726070401,
38
"holocene_time": 1736445601,
39
"isthmus_time": 1746806401,
40
"jovian_time": 1764691201,
41
"batch_inbox_address": "0xff00000000000000000000000000000000008453",
42
"deposit_contract_address": "0x49048044d57e1c92a77f79988d21fa8faf74e97e",
43
"l1_system_config_address": "0x73a79fab69143498ed3712e519a88a918e1f4072",
44
"protocol_versions_address": "0x8062abc286f5e7d9428a0ccb9abd71e50d93b935",
45
"chain_op_config": {
46
"eip1559Elasticity": 6,
47
"eip1559Denominator": 50,
48
"eip1559DenominatorCanyon": 250
49
}
50
}
51
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free