Skip to content

Commit

Permalink
update geth prices
Browse files Browse the repository at this point in the history
  • Loading branch information
bharath-123 committed Dec 26, 2023
1 parent f94044f commit e5ed186
Showing 1 changed file with 2 additions and 2 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.13.7"
gethTagTest string = "ethereum/client-go:v1.13.7"
gethTagProd string = "ethereum/client-go:v1.13.8"
gethTagTest string = "ethereum/client-go:v1.13.8"
gethEventLogInterval int = 1000
gethStopSignal string = "SIGTERM"
)
Expand Down

0 comments on commit e5ed186

Please sign in to comment.