Skip to content

Commit

Permalink
revert: revert formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmauro committed Nov 15, 2024
1 parent 2acadca commit d5d78fc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions etc/env/file_based/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ api:
estimate_gas_scale_factor: 1.3
estimate_gas_acceptable_overestimation: 5000
max_tx_size: 1000000
api_namespaces: [en, eth, net, web3, zks, pubsub, debug]
api_namespaces: [ en,eth,net,web3,zks,pubsub,debug ]
state_keeper:
transaction_slots: 8192
max_allowed_l2_tx_gas_limit: 15000000000
Expand Down Expand Up @@ -101,7 +101,7 @@ eth:
aggregated_block_execute_deadline: 10
timestamp_criteria_max_allowed_lag: 30
max_eth_tx_data_size: 120000
aggregated_proof_sizes: [1]
aggregated_proof_sizes: [ 1 ]
max_aggregated_tx_gas: 15000000
max_acceptable_priority_fee_in_gwei: 100000000000 # typo: value is in wei (100 gwei)
pubdata_sending_mode: BLOBS
Expand All @@ -118,6 +118,7 @@ eth:
confirmations_for_eth_event: 0
eth_node_poll_interval: 300


snapshot_creator:
object_store:
file_backed:
Expand All @@ -126,6 +127,7 @@ snapshot_creator:
concurrent_queries_count: 25
storage_logs_chunk_size: 1000000


prover:
prover_object_store:
file_backed:
Expand Down Expand Up @@ -285,6 +287,7 @@ prover_job_monitor:
witness_job_queuer_run_interval_ms: 10000
http_port: 3074


base_token_adjuster:
price_polling_interval_ms: 30000
price_cache_update_interval_ms: 2000
Expand All @@ -296,6 +299,7 @@ external_price_api_client:
forced_numerator: 314
forced_denominator: 1000


house_keeper:
l1_batch_metrics_reporting_interval_ms: 10000

Expand Down

0 comments on commit d5d78fc

Please sign in to comment.