Skip to content

Commit

Permalink
fix: path for shadowforks post kt update
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Apr 30, 2024
1 parent 8d7c4f9 commit 9d6568d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def generate_el_cl_genesis_data(
shadowfork_file = ""
if latest_block != "":
files[SHADOWFORK_FILEPATH] = latest_block
shadowfork_file = SHADOWFORK_FILEPATH + "/shadowfork/latest_block.json"
shadowfork_file = SHADOWFORK_FILEPATH + "/latest_block.json"

template_data = new_env_file_for_el_cl_genesis_data(
genesis_unix_timestamp,
Expand Down

0 comments on commit 9d6568d

Please sign in to comment.