Skip to content

Commit 5691123

Browse files
committed
update README of local_testnet (#4114)
## Issue Addressed NA ## Proposed Changes update the descriptions of README in `scripts/local_testnet`. ## Additional Info NA
1 parent d351cc8 commit 5691123

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/local_testnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Modify `vars.env` as desired.
2020
Start a local eth1 ganache server plus boot node along with `BN_COUNT`
2121
number of beacon nodes and `VC_COUNT` validator clients.
2222

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

scripts/local_testnet/start_local_testnet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ while getopts "v:d:ph" flag; do
2828
echo "Options:"
2929
echo " -v: VC_COUNT default: $VC_COUNT"
3030
echo " -d: DEBUG_LEVEL default: info"
31-
echo " -p: enable private tx proposals"
31+
echo " -p: enable builder proposals"
3232
echo " -h: this help"
3333
exit
3434
;;

0 commit comments

Comments
 (0)