Skip to content

Commit 2b75584

Browse files
committed
Add chain_op_config to mainnet rollup.json
1 parent 8256084 commit 2b75584

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mainnet/rollup.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
"gasLimit": 30000000
1717
}
1818
},
19+
"chain_op_config": {
20+
"eip1559Elasticity": 10,
21+
"eip1559Denominator": 50,
22+
"eip1559DenominatorCanyon": 250
23+
},
1924
"block_time": 2,
2025
"max_sequencer_drift": 600,
2126
"seq_window_size": 3600,

0 commit comments

Comments
 (0)