Skip to content

Commit

Permalink
update README of local_testnet
Browse files Browse the repository at this point in the history
Signed-off-by: int88 <golden-miner@qq.com>
  • Loading branch information
int88 committed Mar 20, 2023
1 parent 65a5eb8 commit f530493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/local_testnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Modify `vars.env` as desired.
Start a local eth1 ganache server plus boot node along with `BN_COUNT`
number of beacon nodes and `VC_COUNT` validator clients.

The `start_local_testnet.sh` script takes three options `-v VC_COUNT`, `-d DEBUG_LEVEL` and `-h` for help.
The `start_local_testnet.sh` script takes four options `-v VC_COUNT`, `-d DEBUG_LEVEL`, `-p` to enable private tx proposals and `-h` for help.
The options may be in any order or absent in which case they take the default value specified.
- VC_COUNT: the number of validator clients to create, default: `BN_COUNT`
- DEBUG_LEVEL: one of { error, warn, info, debug, trace }, default: `info`
Expand Down

0 comments on commit f530493

Please sign in to comment.