fluidex / fluidex-backend

Building the first permissionless layer2 orderbook DEX on Ethereum, powered by PLONK zk-rollup

Home Page:https://www.fluidex.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ganache log grows too fast

HAOYUatHZ opened this issue · comments

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