File tree 10 files changed +23
-24
lines changed
10 files changed +23
-24
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ import (
25
25
26
26
// Constants
27
27
const (
28
- besuTagTest string = "hyperledger/besu:25.2 .1"
29
- besuTagProd string = "hyperledger/besu:25.2 .1"
28
+ besuTagTest string = "hyperledger/besu:25.4 .1"
29
+ besuTagProd string = "hyperledger/besu:25.4 .1"
30
30
besuEventLogInterval int = 1000
31
31
besuMaxPeers uint16 = 25
32
32
besuStopSignal string = "SIGTERM"
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ import (
28
28
29
29
// Constants
30
30
const (
31
- gethTagProd string = "ethereum/client-go:v1.15.4 "
32
- gethTagTest string = "ethereum/client-go:v1.15.4 "
31
+ gethTagProd string = "ethereum/client-go:v1.15.10 "
32
+ gethTagTest string = "ethereum/client-go:v1.15.10 "
33
33
gethEventLogInterval int = 1000
34
34
gethStopSignal string = "SIGTERM"
35
35
)
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ import (
24
24
)
25
25
26
26
const (
27
- lighthouseTagPortableTest string = "sigp/lighthouse:v7.0.0-beta.2 "
28
- lighthouseTagPortableProd string = "sigp/lighthouse:v6 .0.1"
27
+ lighthouseTagPortableTest string = "sigp/lighthouse:v7.0.1 "
28
+ lighthouseTagPortableProd string = "sigp/lighthouse:v7 .0.1"
29
29
defaultLhMaxPeers uint16 = 100
30
30
)
31
31
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ import (
24
24
)
25
25
26
26
const (
27
- lodestarTagTest string = "chainsafe/lodestar:v1.27.1 "
28
- lodestarTagProd string = "chainsafe/lodestar:v1.27.1 "
27
+ lodestarTagTest string = "chainsafe/lodestar:v1.29.0 "
28
+ lodestarTagProd string = "chainsafe/lodestar:v1.29.0 "
29
29
defaultLodestarMaxPeers uint16 = 100
30
30
)
31
31
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ import (
28
28
29
29
// Constants
30
30
const (
31
- mevBoostTagProd string = "flashbots/mev-boost:1.8 "
32
- mevBoostTagTest string = "flashbots/mev-boost:1.9rc2 "
31
+ mevBoostTagProd string = "flashbots/mev-boost:1.9 "
32
+ mevBoostTagTest string = "flashbots/mev-boost:1.9 "
33
33
mevBoostUrlEnvVar string = "MEV_BOOST_URL"
34
34
mevBoostRelaysEnvVar string = "MEV_BOOST_RELAYS"
35
35
mevDocsUrl string = "#"
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ import (
28
28
29
29
// Constants
30
30
const (
31
- nethermindTagProd string = "nethermind/nethermind:1.31.3 "
32
- nethermindTagTest string = "nethermind/nethermind:1.31.3 "
31
+ nethermindTagProd string = "nethermind/nethermind:1.31.9 "
32
+ nethermindTagTest string = "nethermind/nethermind:1.31.9 "
33
33
nethermindEventLogInterval int = 1000
34
34
nethermindStopSignal string = "SIGTERM"
35
35
)
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ import (
27
27
28
28
const (
29
29
// Testnet
30
- nimbusBnTagTest string = "statusim/nimbus-eth2:multiarch-v25.3.0 "
31
- nimbusVcTagTest string = "statusim/nimbus-validator-client:multiarch-v25.3.0 "
30
+ nimbusBnTagTest string = "statusim/nimbus-eth2:multiarch-v25.4.1 "
31
+ nimbusVcTagTest string = "statusim/nimbus-validator-client:multiarch-v25.4.1 "
32
32
33
33
// Mainnet
34
- nimbusBnTagProd string = "statusim/nimbus-eth2:multiarch-v25.3.0 "
35
- nimbusVcTagProd string = "statusim/nimbus-validator-client:multiarch-v25.3.0 "
34
+ nimbusBnTagProd string = "statusim/nimbus-eth2:multiarch-v25.4.1 "
35
+ nimbusVcTagProd string = "statusim/nimbus-validator-client:multiarch-v25.4.1 "
36
36
37
37
defaultNimbusMaxPeersArm uint16 = 100
38
38
defaultNimbusMaxPeersAmd uint16 = 160
Original file line number Diff line number Diff line change @@ -27,11 +27,10 @@ import (
27
27
)
28
28
29
29
const (
30
- prysmBnTagTest string = "staderlabs/prysm:v5.3.0"
31
- prysmVcTagTest string = "staderlabs/prysm:v5.3.0"
32
-
33
- prysmBnTagProd string = "staderlabs/prysm:v5.3.0"
34
- prysmVcTagProd string = "staderlabs/prysm:v5.3.0"
30
+ prysmBnTagTest string = "staderlabs/prysm:v6.0.1"
31
+ prysmVcTagTest string = "staderlabs/prysm:v6.0.1"
32
+ prysmBnTagProd string = "staderlabs/prysm:v6.0.1"
33
+ prysmVcTagProd string = "staderlabs/prysm:v6.0.1"
35
34
36
35
defaultPrysmRpcPort uint16 = 5053
37
36
defaultPrysmOpenRpcPort bool = false
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ import (
25
25
)
26
26
27
27
const (
28
- tekuTagTest string = "consensys/teku:25.2.0 "
29
- tekuTagProd string = "consensys/teku:25.2.0 "
28
+ tekuTagTest string = "consensys/teku:25.4.1 "
29
+ tekuTagProd string = "consensys/teku:25.4.1 "
30
30
defaultTekuMaxPeers uint16 = 100
31
31
)
32
32
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ package shared
21
21
22
22
const BinaryBucket string = "/stader-node-build/permissionless"
23
23
const DockerAccount string = "staderlabs"
24
- const StaderVersion string = "1.6.4 "
24
+ const StaderVersion string = "1.6.5 "
25
25
26
26
const Logo string = `
27
27
_____ _ _ _ _
You can’t perform that action at this time.
0 commit comments