Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion deployments/env/charon.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CHARON_VERSION=v1.6.0
CHARON_VERSION=v1.7.0-rc1

EXTERNAL_MONITORING=true
2 changes: 1 addition & 1 deletion deployments/env/cl_grandine.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CL_TYPE=grandine
CL_VERSION=1.1.2
CL_VERSION=2.0.0.rc0
2 changes: 1 addition & 1 deletion deployments/env/cl_lighthouse.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CL_TYPE=lighthouse
CL_VERSION=v7.1.0
CL_VERSION=v8.0.0-rc.0
2 changes: 1 addition & 1 deletion deployments/env/cl_lodestar.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CL_TYPE=lodestar
CL_VERSION=v1.33.0
CL_VERSION=v1.35.0-rc.0
2 changes: 1 addition & 1 deletion deployments/env/cl_nimbus.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CL_TYPE=nimbus
CL_VERSION=multiarch-v25.7.1
CL_VERSION=multiarch-v25.9.1

CHARON_EXTRA_RUN_ARGS="--feature-set-enable=json_requests"
2 changes: 1 addition & 1 deletion deployments/env/cl_prysm.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CL_TYPE=prysm
CL_VERSION=v6.0.4
CL_VERSION=v6.1.0
2 changes: 1 addition & 1 deletion deployments/env/cl_teku.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CL_TYPE=teku
CL_VERSION=25.7.1
CL_VERSION=25.9.3
2 changes: 1 addition & 1 deletion deployments/env/el_geth.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
EL_TYPE=geth
EL_VERSION=v1.16.2
EL_VERSION=v1.16.4
2 changes: 1 addition & 1 deletion deployments/env/vc_lighthouse.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VC_TYPE=lighthouse
VC_VERSION=v7.1.0
VC_VERSION=v8.0.0-rc.0
2 changes: 1 addition & 1 deletion deployments/env/vc_lodestar.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VC_TYPE=lodestar
VC_VERSION=v1.33.0
VC_VERSION=v1.35.0-rc.0
2 changes: 1 addition & 1 deletion deployments/env/vc_nimbus.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VC_TYPE=nimbus
VC_VERSION=multiarch-v25.7.1
VC_VERSION=multiarch-v25.9.1
2 changes: 1 addition & 1 deletion deployments/env/vc_prysm.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VC_TYPE=prysm
VC_VERSION=v6.0.4
VC_VERSION=v6.1.0
2 changes: 1 addition & 1 deletion deployments/env/vc_teku.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VC_TYPE=teku
VC_VERSION=25.7.1
VC_VERSION=25.9.3
2 changes: 1 addition & 1 deletion deployments/env/vc_vouch.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VC_TYPE=vouch
VC_VERSION=1.11.1
VC_VERSION=1.12.0-beta.2
16 changes: 16 additions & 0 deletions deployments/network_params/network_params_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,23 @@ network_params:
min_validator_withdrawability_delay: 256
shard_committee_period: 1
electra_fork_epoch: 0
fulu_fork_epoch: 5
network_sync_base_url: https://ethpandaops-ethereum-node-snapshots.ams3.digitaloceanspaces.com/
bpo_1_epoch: 6
bpo_1_max_blobs: 12
bpo_1_target_blobs: 9
bpo_2_epoch: 7
bpo_2_max_blobs: 6
bpo_2_target_blobs: 4
bpo_3_epoch: 8
bpo_3_max_blobs: 9
bpo_3_target_blobs: 6
bpo_4_epoch: 9
bpo_4_max_blobs: 18
bpo_4_target_blobs: 12
bpo_5_epoch: 10
bpo_5_max_blobs: 9
bpo_5_target_blobs: 6
additional_services:
- prometheus_grafana
wait_for_finalization: false
Expand Down
1 change: 1 addition & 0 deletions deployments/network_params/network_params_grandine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ participants:
el_image: ethereum/client-go:${EL_VERSION}
cl_type: grandine
cl_image: sifrai/grandine:${CL_VERSION}
supernode: true
use_separate_vc: true
vc_type: lighthouse
vc_image: sigp/lighthouse:v7.0.0
Expand Down
2 changes: 1 addition & 1 deletion deployments/network_params/network_params_lighthouse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ participants:
el_image: ethereum/client-go:${EL_VERSION}
cl_type: lighthouse
cl_image: sigp/lighthouse:${CL_VERSION}
cl_extra_params: []
supernode: true
use_separate_vc: true
count: 3
prometheus_config:
Expand Down
1 change: 1 addition & 0 deletions deployments/network_params/network_params_lodestar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ participants:
el_image: ethereum/client-go:${EL_VERSION}
cl_type: lodestar
cl_image: chainsafe/lodestar:${CL_VERSION}
supernode: true
use_separate_vc: true
count: 3
prometheus_config:
Expand Down
1 change: 1 addition & 0 deletions deployments/network_params/network_params_nimbus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ participants:
el_image: ethereum/client-go:${EL_VERSION}
cl_type: nimbus
cl_image: statusim/nimbus-eth2:${CL_VERSION}
supernode: true
use_separate_vc: true
count: 3
prometheus_config:
Expand Down
1 change: 1 addition & 0 deletions deployments/network_params/network_params_prysm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ participants:
el_image: ethereum/client-go:${EL_VERSION}
cl_type: prysm
cl_image: gcr.io/prysmaticlabs/prysm/beacon-chain:${CL_VERSION}
supernode: true
use_separate_vc: true
count: 3
prometheus_config:
Expand Down
1 change: 1 addition & 0 deletions deployments/network_params/network_params_teku.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ participants:
cl_type: teku
cl_image: consensys/teku:${CL_VERSION}
cl_extra_params: ["--validators-graffiti-client-append-format=DISABLED"]
supernode: true
use_separate_vc: true
count: 3
prometheus_config:
Expand Down