Skip to content

Commit

Permalink
wb | pull up shutdown_on_slot_synced field
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaste committed May 7, 2024
1 parent 569c903 commit 6c68c5b
Showing 1 changed file with 2 additions and 6 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 @@ -115,9 +115,7 @@ def all_profile_variants:
}
}
, node:
{ shutdown_on_slot_synced:
{ explorer: 237599
}
{ shutdown_on_slot_synced: 237599
}
} as $chaindb_early_byron
|
Expand All @@ -132,9 +130,7 @@ def all_profile_variants:
}
}
, node:
{ shutdown_on_slot_synced:
{ explorer: 38901589
}
{ shutdown_on_slot_synced: 38901589
}
}) as $chaindb_early_alonzo
|
Expand Down

0 comments on commit 6c68c5b

Please sign in to comment.