From 30bbccac537739bfbadadbc92f54bbbad2615fc6 Mon Sep 17 00:00:00 2001 From: Rafael Matias Date: Thu, 9 Oct 2025 16:51:31 +0200 Subject: [PATCH] fix: Failed to start sync test: failed to start network: ethereum-package execution error: Evaluation error: key osaka_time not in dict --- src/participant_network.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/participant_network.star b/src/participant_network.star index d0b396eb0..0e3d353d2 100644 --- a/src/participant_network.star +++ b/src/participant_network.star @@ -603,5 +603,5 @@ def launch_participant_network( el_cl_data.genesis_validators_root, el_cl_data.files_artifact_uuid, network_id, - el_cl_data.shadowfork_times["osaka_time"], + el_cl_data.shadowfork_times.get("osaka_time", ""), )