diff --git a/network_params.yaml b/network_params.yaml index 6a01aa86..11b0de4a 100644 --- a/network_params.yaml +++ b/network_params.yaml @@ -57,6 +57,7 @@ ethereum_package: participants: - el_type: geth cl_type: teku + cl_image: consensys/teku:25.4.0 network_params: preset: minimal genesis_delay: 5 diff --git a/src/package_io/input_parser.star b/src/package_io/input_parser.star index 1e3c2925..7623e078 100644 --- a/src/package_io/input_parser.star +++ b/src/package_io/input_parser.star @@ -714,6 +714,7 @@ def default_ethereum_package_network_params(): { "el_type": "geth", "cl_type": "teku", + "cl_image": "consensys/teku:25.4.0", } ], "network_params": {