Skip to content

Commit

Permalink
wb | fix chainsync profile generation
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaste committed Jul 11, 2024
1 parent 8b48613 commit ed1535c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions nix/workbench/profile/prof1-variants.jq
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,7 @@ def all_profile_variants:
}
}
, node:
{ shutdown_on_slot_synced:
{ explorer: 237599
}
{ shutdown_on_slot_synced: 237599
}
} as $chaindb_early_byron
|
Expand All @@ -140,9 +138,7 @@ def all_profile_variants:
}
}
, node:
{ shutdown_on_slot_synced:
{ explorer: 38901589
}
{ shutdown_on_slot_synced: 38901589
}
}) as $chaindb_early_alonzo
|
Expand Down
2 changes: 1 addition & 1 deletion nix/workbench/service/nodes.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ let
(if __hasAttr "preset" profile
## It's either an undisturbed preset,
## or a hardforked setup.
then readJSONMay (./presets + "/${profile.preset}/config.json")
then readJSONMay (../profile/presets + "/${profile.preset}/config.json")
else configHardforksIntoEra profile.era))
profile.node.verbatim);

Expand Down

0 comments on commit ed1535c

Please sign in to comment.