fluidex/fluidex-backend

ganache log grows too fast

HAOYUatHZ opened this issue · 2 comments

ganache log grows too fast

remove --verbose

fluidex-backend/run.sh

Lines 146 to 157 in 8a5f392

nohup npx ganache-cli \
--verbose \
--networkId 53371 \
--chainId 53371 \
--db $CONTRACTS_DIR/ganache \
--gasPrice 50000000000 \
--gasLimit 1050000000000000 \
--allowUnlimitedContractSize \
--accounts 20 \
--defaultBalanceEther 1000 \
--deterministic \
--mnemonic=$MNEMONIC >> $CONTRACTS_DIR/ganache.$CURRENTDATE.log 2>&1 &

closed by #85