From cec4717cc6ba02f05d816322346494d877c81e36 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Mon, 15 May 2023 12:09:10 +0300 Subject: [PATCH] make it faster --- start_ocean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_ocean.sh b/start_ocean.sh index 7c8844f..ad02d1e 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -283,7 +283,7 @@ while :; do export SUBGRAPH_VERSION=predictoor # replicate true blockchain behiavour export GANACHE_INSTAMINE=strict - export GANACHE_BLOCKTIME=12 + export GANACHE_BLOCKTIME=1 ;; ################################################# # Cleaning switches