Skip to content

Commit

Permalink
Update lighthouse
Browse files Browse the repository at this point in the history
  • Loading branch information
batphonghan committed Mar 11, 2024
1 parent 01a1fd8 commit 62bbb87
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: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"
lighthouseTagPortableTest string = "sigp/lighthouse:v5.1.0"
lighthouseTagPortableProd string = "sigp/lighthouse:v5.1.0"
lighthouseTagModernTest string = "sigp/lighthouse:v5.1.0-modern"
lighthouseTagModernProd string = "sigp/lighthouse:v5.1.0-modern"
defaultLhMaxPeers uint16 = 80
)

Expand Down

0 comments on commit 62bbb87

Please sign in to comment.