Skip to content

Commit 79babe2

Browse files
committed
ADD: liveness tracking tag for teku beacon node
This tag is needed for Tekus doppelganger detection
1 parent 6ab58d7 commit 79babe2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

launcher/src/backend/ethereum-services/TekuBeaconService.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export class TekuBeaconService extends NodeService {
6060
"--rest-api-docs-enabled=true",
6161
"--rest-api-enabled=true",
6262
"--log-destination=CONSOLE",
63+
"--beacon-liveness-tracking-enabled=true",
6364
], // command
6465
["/opt/teku/bin/teku"], // entrypoint
6566
{ JAVA_OPTS: "-Xmx6g" }, // env

0 commit comments

Comments
 (0)