Skip to content

Commit

Permalink
fix: add rollup config fields (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
yiweichi authored Jul 17, 2024
1 parent 0277a66 commit 01f2db0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/templates/rollup-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,16 @@
"max_l1_commit_calldata_size_per_chunk": 110000,
"chunk_timeout_sec": 2700,
"max_row_consumption_per_chunk": 1000000,
"gas_cost_increase_multiplier": 1.2
"gas_cost_increase_multiplier": 1.2,
"max_uncompressed_batch_bytes_size": 634880
},
"batch_proposer_config": {
"max_chunk_num_per_batch": 15,
"max_l1_commit_gas_per_batch": 5000000,
"max_l1_commit_calldata_size_per_batch": 110000,
"batch_timeout_sec": 2700,
"gas_cost_increase_multiplier": 1.2
"gas_cost_increase_multiplier": 1.2,
"max_uncompressed_batch_bytes_size": 634880
}
},
"db_config": {
Expand Down

0 comments on commit 01f2db0

Please sign in to comment.