make it faster

This commit is contained in:
alexcos20 2023-05-15 12:09:10 +03:00
parent 401efa559e
commit cec4717cc6
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ while :; do
export SUBGRAPH_VERSION=predictoor export SUBGRAPH_VERSION=predictoor
# replicate true blockchain behiavour # replicate true blockchain behiavour
export GANACHE_INSTAMINE=strict export GANACHE_INSTAMINE=strict
export GANACHE_BLOCKTIME=12 export GANACHE_BLOCKTIME=1
;; ;;
################################################# #################################################
# Cleaning switches # Cleaning switches