From fb84b66280d3548cc3b94489afdc5a0f9a34c40b Mon Sep 17 00:00:00 2001 From: JianGuo Date: Thu, 11 Jul 2024 12:42:07 +0800 Subject: [PATCH] update --- test/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Makefile b/test/Makefile index d1df75cd76..20eadb745f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -695,9 +695,6 @@ run: ## Runs a full node $(RUNL1NETWORK) sleep 1 $(RUNZKPROVER) - $(RUNMOCKPROVER2) - $(RUNMOCKPROVER3) - $(RUNMOCKPROVER4) $(RUNAPPROVE) sleep 3 $(RUNSYNC) @@ -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