Skip to content

Commit

Permalink
Merge pull request #24 from chainbound/nico/chore/rm-val-indexes
Browse files Browse the repository at this point in the history
chore: rm validator indexes from sidecar config
  • Loading branch information
thedevbirb authored Nov 8, 2024
2 parents 77ad917 + 101766e commit 9d6ad18
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 9d6ad18

Please sign in to comment.