diff --git a/scripts/readme.md b/scripts/readme.md index 447e1d99..1db37dc0 100644 --- a/scripts/readme.md +++ b/scripts/readme.md @@ -9,7 +9,7 @@ yarn localnet This will run hardhat local node and worker script, which will deploy all contracts, and listen and react to events, facilitating communication between contracts. Tasks to interact with localnet are located in `tasks/localnet`. To make use of default contract addresses on localnet, start localnet from scratch, so contracts are deployed on same addresses. Otherwise, provide custom addresses as tasks parameters. -To only show logs from `WORKER`: +To only show logs from worker and hide hardhat node logs: ``` yarn localnet --hide="NODE" ``` \ No newline at end of file