Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into SD_utilize
Browse files Browse the repository at this point in the history
  • Loading branch information
batphonghan committed Mar 1, 2024
2 parents 555849c + 56a541e commit 63c4f42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shared/services/config/lighthouse-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ import (
)

const (
lighthouseTagPortableTest string = "sigp/lighthouse:v4.6.0"
lighthouseTagPortableProd string = "sigp/lighthouse:v4.6.0"
lighthouseTagModernTest string = "sigp/lighthouse:v4.6.0-modern"
lighthouseTagModernProd string = "sigp/lighthouse:v4.6.0-modern"
lighthouseTagPortableTest string = "sigp/lighthouse:v5.0.0"
lighthouseTagPortableProd string = "sigp/lighthouse:v5.0.0"
lighthouseTagModernTest string = "sigp/lighthouse:v5.0.0-modern"
lighthouseTagModernProd string = "sigp/lighthouse:v5.0.0-modern"
defaultLhMaxPeers uint16 = 80
)

Expand Down

0 comments on commit 63c4f42

Please sign in to comment.