From 103e199bc0fcce0f7d7eea96c36f773615830d26 Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Mon, 26 Sep 2022 11:48:03 +0200 Subject: [PATCH] add `lodestar` to known lib p2p agents documentation (#766) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61018ee81..e8ec029d8 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ nim c -d:libp2p_expensive_metrics some_file.nim **use identify metrics** ```bash -nim c -d:libp2p_agents_metrics -d:KnownLibP2PAgents=nimbus,lighthouse,prysm,teku some_file.nim +nim c -d:libp2p_agents_metrics -d:KnownLibP2PAgents=nimbus,lighthouse,lodestar,prysm,teku some_file.nim ``` **specify gossipsub specific topics to measure**