Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions shared/services/config/geth-params.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (

// Constants
const (
gethTagProd string = "ethereum/client-go:v1.15.2"
gethTagTest string = "ethereum/client-go:v1.15.2"
gethTagProd string = "ethereum/client-go:v1.15.5"
gethTagTest string = "ethereum/client-go:v1.15.5"
gethEventLogInterval int = 1000
gethStopSignal string = "SIGTERM"
)
Expand Down
Loading