Add erigon/caplin to list of known p2p agents. (#15678)

This commit is contained in:
Preston Van Loon
2025-09-10 12:57:24 -05:00
committed by GitHub
parent 8136ff7c3a
commit 5c348dff59
2 changed files with 4 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ var (
"lodestar",
"js-libp2p",
"rust-libp2p",
"erigon/caplin",
}
p2pPeerCount = promauto.NewGaugeVec(prometheus.GaugeOpts{
Name: "p2p_peer_count",

View File

@@ -0,0 +1,3 @@
### Added
- Added erigon/caplin to known p2p agent strings.