Skip to content

Commit

Permalink
Update geth
Browse files Browse the repository at this point in the history
  • Loading branch information
batphonghan committed May 9, 2024
1 parent d775552 commit d409b60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shared/services/config/geth-params.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import (

// Constants
const (
gethTagProd string = "ethereum/client-go:v1.14.0"
gethTagTest string = "ethereum/client-go:v1.14.0"
gethTagProd string = "ethereum/client-go:v1.14.2"
gethTagTest string = "ethereum/client-go:v1.14.2"
gethEventLogInterval int = 1000
gethStopSignal string = "SIGTERM"
)
Expand Down
2 changes: 1 addition & 1 deletion shared/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package shared

const BinaryBucket string = "/stader-node-build/permissionless"
const DockerAccount string = "staderlabs"
const StaderVersion string = "1.6.0"
const StaderVersion string = "1.6.1"

const Logo string = `
_____ _ _ _ _ 𝅺
Expand Down

0 comments on commit d409b60

Please sign in to comment.