Skip to main content

optimism_rollupConfig RPC Method

Loading...

Updated on
May 06, 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...
batch_inbox_address
Loading...
deposit_contract_address
Loading...
l1_system_config_address
Loading...
protocol_versions_address
Loading...
Request
1
curl -X POST "https://docs-demo.optimism.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.optimism.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": "0x438335a20d98863a4c0c97999eb2481921ccd28553eac6f913af7c12aec04108",
8
"number": 17422590
9
},
10
"l2": {
11
"hash": "0xdbf6a80fef073de06add9b0d14026d6e5a86c85f6d102c36d3d8e9cf89c2afd3",
12
"number": 105235063
13
},
14
"l2_time": 1686068903,
15
"system_config": {
16
"batcherAddr": "0x6887246668a3b87f54deb3b94ba47a6f63f32985",
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": 10,
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": "0xff00000000000000000000000000000000000010",
42
"deposit_contract_address": "0xbeb5fc579115071764c7423a4f12edde41f106ed",
43
"l1_system_config_address": "0x229047fed2591dbec1ef1118d64f7af3db9eb290",
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": "0x438335a20d98863a4c0c97999eb2481921ccd28553eac6f913af7c12aec04108",
8
"number": 17422590
9
},
10
"l2": {
11
"hash": "0xdbf6a80fef073de06add9b0d14026d6e5a86c85f6d102c36d3d8e9cf89c2afd3",
12
"number": 105235063
13
},
14
"l2_time": 1686068903,
15
"system_config": {
16
"batcherAddr": "0x6887246668a3b87f54deb3b94ba47a6f63f32985",
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": 10,
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": "0xff00000000000000000000000000000000000010",
42
"deposit_contract_address": "0xbeb5fc579115071764c7423a4f12edde41f106ed",
43
"l1_system_config_address": "0x229047fed2591dbec1ef1118d64f7af3db9eb290",
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