Skip to content

Commit

Permalink
Merge branch 'main' into fuzz-tests-poc
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Jul 4, 2024
2 parents 354e45a + 41920d0 commit 3190026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

0 comments on commit 3190026

Please sign in to comment.