We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8045da7 commit 1b33142Copy full SHA for 1b33142
beacon_chain/validators/validator_monitor.nim
@@ -1,5 +1,5 @@
1
# beacon_chain
2
-# Copyright (c) 2021-2024 Status Research & Development GmbH
+# Copyright (c) 2021-2025 Status Research & Development GmbH
3
# Licensed and distributed under either of
4
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
5
# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).
@@ -212,6 +212,7 @@ type
212
gossip = "gossip"
213
api = "api"
214
sync = "sync"
215
+ el = "el"
216
217
template toGaugeValue(v: bool): int64 =
218
if v: 1 else: 0
0 commit comments