Skip to content

Commit f5dc7f2

Browse files
add lighthouse client to hoodi consensus clients list (#30)
1 parent 0370ffb commit f5dc7f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/application/domain/stakers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const dappmanagerURL = "http://dappmanager.dappnode:7000"
4848
// hoodi network client lists
4949
var (
5050
hoodiExecClients = []string{"hoodi-reth.dnp.dappnode.eth", "hoodi-geth.dnp.dappnode.eth", "hoodi-besu.dnp.dappnode.eth", "hoodi-erigon.dnp.dappnode.eth", "hoodi-nethermind.dnp.dappnode.eth"}
51-
hoodiConsClients = []string{"prysm-hoodi.dnp.dappnode.eth", "teku-hoodi.dnp.dappnode.eth", "nimbus-hoodi.dnp.dappnode.eth", "lodestar-hoodi.dnp.dappnode.eth"}
51+
hoodiConsClients = []string{"prysm-hoodi.dnp.dappnode.eth", "teku-hoodi.dnp.dappnode.eth", "nimbus-hoodi.dnp.dappnode.eth", "lodestar-hoodi.dnp.dappnode.eth", "lighthouse-hoodi.dnp.dappnode.eth"}
5252
)
5353

5454
// StakerConfigFromOverrides creates a StakerConfig using only the override values.

0 commit comments

Comments
 (0)