From e62ff30b6a97c51bde63767b0e41061b03221ce6 Mon Sep 17 00:00:00 2001 From: Danil Date: Thu, 12 Sep 2024 09:38:19 +0200 Subject: [PATCH] Try to update configs Signed-off-by: Danil --- etc/env/file_based/general.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/env/file_based/general.yaml b/etc/env/file_based/general.yaml index 864bff15dedf..29f24fc47f19 100644 --- a/etc/env/file_based/general.yaml +++ b/etc/env/file_based/general.yaml @@ -36,7 +36,7 @@ api: filters_limit: 10000 subscriptions_limit: 10000 pubsub_polling_interval: 200 - max_nonce_ahead: 20 + max_nonce_ahead: 50 gas_price_scale_factor: 1.5 estimate_gas_scale_factor: 1.3 estimate_gas_acceptable_overestimation: 5000 @@ -44,12 +44,12 @@ api: api_namespaces: [ en,eth,net,web3,zks,pubsub,debug ] state_keeper: transaction_slots: 8192 - max_allowed_l2_tx_gas_limit: 15000000000 - block_commit_deadline_ms: 2500 + max_allowed_l2_tx_gas_limit: 1125899906842624 + block_commit_deadline_ms: 5000 miniblock_commit_deadline_ms: 1000 miniblock_seal_queue_capacity: 10 miniblock_max_payload_size: 1000000 - max_single_tx_gas: 15000000 + max_single_tx_gas: 6000000 close_block_at_geometry_percentage: 0.95 close_block_at_eth_params_percentage: 0.95 close_block_at_gas_percentage: 0.95 @@ -61,7 +61,7 @@ state_keeper: pubdata_overhead_part: 1 batch_overhead_l1_gas: 800000 max_gas_per_batch: 200000000 - max_pubdata_per_batch: 500000 + max_pubdata_per_batch: 100000 fee_model_version: V2 validation_computational_gas_limit: 300000 save_call_traces: true