Skip to content

Commit

Permalink
chore: rm validator indexes from sidecar config
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Nov 7, 2024
1 parent 77ad917 commit 101766e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions static_files/bolt-boost-config/cb-bolt-boost-config.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,5 @@ BOLT_SIDECAR_BUILDER_PROXY_PORT = {{ .bolt_sidecar_config.builder_proxy_port }}
# The fee recipient
BOLT_SIDECAR_FEE_RECIPIENT = "{{ or .bolt_sidecar_config.fee_recipient "0x0000000000000000000000000000000000000000" }}"

# The active validator indexes e.g 1..2
BOLT_SIDECAR_VALIDATOR_INDEXES = "{{ or .bolt_sidecar_config.validator_indexes "0..64" }}"

# Metrics port
BOLT_SIDECAR_METRICS_PORT = {{ or .bolt_sidecar_config.metrics_port "10000" }}

0 comments on commit 101766e

Please sign in to comment.