Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
praetoriansentry committed Oct 25, 2024
1 parent dcf4ab1 commit 7d07f21
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/cdk-erigon/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,11 @@ zkevm.reject-smart-contract-deployments: false
# Disables virtual counters, which are used by sequencer nodes when external execution is not enabled.
# This can impact performance and transaction processing capabilities.
# Default: false
zkevm.disable-virtual-counters: {{if eq .consensus_contract_type "pessimistic"}}true{{else}}false{{end}}
# {{if eq .consensus_contract_type "pessimistic"}}
zkevm.disable-virtual-counters: true
# {{else}}
zkevm.disable-virtual-counters: false
# {{end}}

# Multiplier used to reduce the depth of SMT when calculating virtual counters.
# A value less than 1 will decrease SMT depth, potentially improving performance but may affect accuracy.
Expand Down

0 comments on commit 7d07f21

Please sign in to comment.