From 101766ebee1ff353302445823824afd81a0aed19 Mon Sep 17 00:00:00 2001 From: nicolas <48695862+merklefruit@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:33:01 +0100 Subject: [PATCH] chore: rm validator indexes from sidecar config --- static_files/bolt-boost-config/cb-bolt-boost-config.toml.tmpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/static_files/bolt-boost-config/cb-bolt-boost-config.toml.tmpl b/static_files/bolt-boost-config/cb-bolt-boost-config.toml.tmpl index 0102caef5..f15c028da 100644 --- a/static_files/bolt-boost-config/cb-bolt-boost-config.toml.tmpl +++ b/static_files/bolt-boost-config/cb-bolt-boost-config.toml.tmpl @@ -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" }}