Skip to content

Commit

Permalink
Try to update configs
Browse files Browse the repository at this point in the history
Signed-off-by: Danil <deniallugo@gmail.com>
  • Loading branch information
Deniallugo committed Sep 12, 2024
1 parent c0db02a commit e62ff30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions etc/env/file_based/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@ 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
max_tx_size: 1000000
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
Expand All @@ -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
Expand Down

0 comments on commit e62ff30

Please sign in to comment.