Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/network_launcher/public_network.star
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def launch(
interval="1s",
timeout="6h", # 6 hours should be enough for the biggest network
)
plan.remove_service(name="snapshot-{0}".format(el_service_name))

# We are running a public network
dummy_genesis_data = plan.run_sh(
Expand Down
1 change: 0 additions & 1 deletion src/network_launcher/shadowfork.star
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,4 @@ def shadowfork_prep(
interval="1s",
timeout="6h", # 6 hours should be enough for the biggest network
)
plan.remove_service(name="shadowfork-{0}".format(el_service_name))
return latest_block, network_id
Loading