Skip to content

Commit

Permalink
Merge pull request #624 from rocket-pool/lighthouse-v5.3.0
Browse files Browse the repository at this point in the history
lighthouse-v5.3.0
  • Loading branch information
0xfornax authored Aug 12, 2024
2 parents 8d7e3cc + f1674f9 commit bd5bb37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/services/config/lighthouse-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
)

const (
lighthouseTagPortableTest string = "sigp/lighthouse:v5.2.1"
lighthouseTagPortableProd string = "sigp/lighthouse:v5.2.1"
lighthouseTagPortableTest string = "sigp/lighthouse:v5.3.0"
lighthouseTagPortableProd string = "sigp/lighthouse:v5.3.0"
defaultLhMaxPeers uint16 = 100
)

Expand Down

0 comments on commit bd5bb37

Please sign in to comment.