Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.
Draft
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
6 changes: 3 additions & 3 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -695,9 +695,6 @@ run: ## Runs a full node
$(RUNL1NETWORK)
sleep 1
$(RUNZKPROVER)
$(RUNMOCKPROVER2)
$(RUNMOCKPROVER3)
$(RUNMOCKPROVER4)
$(RUNAPPROVE)
sleep 3
$(RUNSYNC)
Expand All @@ -710,6 +707,9 @@ run: ## Runs a full node
$(RUNL2GASPRICER)
$(RUNAGGREGATOR)
$(RUNJSONRPC)
$(RUNMOCKPROVER2)
$(RUNMOCKPROVER3)
$(RUNMOCKPROVER4)

.PHONY: run-v1tov2
run-v1tov2: ## Runs a full node using v1tov2 network
Expand Down