From b832d803f0f2778a1d86500fe67983e212de1afd Mon Sep 17 00:00:00 2001 From: Nico Flaig Date: Sun, 26 Mar 2023 17:32:05 +0200 Subject: [PATCH] Add lodestar to client support status section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b05911..9d15284 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ make * Lighthouse * Lighthouse has its own metrics-exporter built in and it works out of the box, no need for this extra program right now +* Lodestar + * has its own metrics-exporter built-in which can be enabled by passing the `--monitoring.endpoint` CLI flag, see [client monitoring](https://chainsafe.github.io/lodestar/usage/client-monitoring/) for details. * Nimbus * beaconnode is partially implemented * validator is not implemented