We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb693c commit b0cab55Copy full SHA for b0cab55
1 file changed
shared/services/config/geth-params.go
@@ -8,8 +8,8 @@ import (
8
9
// Constants
10
const (
11
- gethTagProd string = "ethereum/client-go:v1.16.8"
12
- gethTagTest string = "ethereum/client-go:v1.16.8"
+ gethTagProd string = "ethereum/client-go:v1.17.0"
+ gethTagTest string = "ethereum/client-go:v1.17.0"
13
gethEventLogInterval int = 1000
14
gethStopSignal string = "SIGTERM"
15
)
0 commit comments