From f4e84620f4ba2b61a65d4df0a7426ea1ef512c7e Mon Sep 17 00:00:00 2001 From: Jonas Bostoen Date: Thu, 12 Sep 2024 11:11:09 +0200 Subject: [PATCH] fix(config): add correct metrics port --- testnets/holesky/cb-bolt-config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testnets/holesky/cb-bolt-config.toml b/testnets/holesky/cb-bolt-config.toml index ccd110742..3056e1472 100644 --- a/testnets/holesky/cb-bolt-config.toml +++ b/testnets/holesky/cb-bolt-config.toml @@ -123,6 +123,8 @@ BOLT_SIDECAR_BUILDER_PROXY_PORT = "18551" BOLT_SIDECAR_FEE_RECIPIENT = "0x0000000000000000000000000000000000000000" # The fee recipient BOLT_SIDECAR_VALIDATOR_INDEXES = "1..2" # The active validator indexes +BOLT_SIDECAR_METRICS_PORT = "10000" + # Configuration for how metrics should be collected and scraped # OPTIONAL, skip metrics collection if missing [metrics]