From 01f2db0624d10448989ca1833e6fc9e818eecf9d Mon Sep 17 00:00:00 2001 From: Morty <70688412+yiweichi@users.noreply.github.com> Date: Wed, 17 Jul 2024 17:11:00 +0800 Subject: [PATCH] fix: add rollup config fields (#7) --- docker/templates/rollup-config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docker/templates/rollup-config.json b/docker/templates/rollup-config.json index d080925..5fc6aeb 100644 --- a/docker/templates/rollup-config.json +++ b/docker/templates/rollup-config.json @@ -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": {