From b2279d421a88b7be4cbd8d94dd8218e3ee060dc8 Mon Sep 17 00:00:00 2001 From: andersonlee725 Date: Mon, 29 Apr 2024 23:23:39 +0800 Subject: [PATCH] update make --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c6f72143..a7ef7cd1 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,7 @@ start-ganache: start-forkedMainnet: @echo " > \033[32mStarting forked environment... \033[0m " - ganache-cli -f https://eth-mainnet.g.alchemy.com/v2/34NZ4AoqM8OSolHSol6jh5xZSPq1rcL- - sleep 3 + ganache-cli -f https://eth-mainnet.g.alchemy.com/v2/34NZ4AoqM8OSolHSol6jh5xZSPq1rcL- & sleep 3 start-geth: @echo " > \033[32mStarting geth... \033[0m "