Skip to content

Commit 6348c0b

Browse files
authored
fix: remove subscribe-all-subnets from default prysm config (#717)
Signed-off-by: Barnabas Busa <[email protected]>
1 parent 49d4ccb commit 6348c0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cl/prysm/prysm_launcher.star

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,6 @@ def get_beacon_config(
261261
"--verbosity=" + log_level,
262262
"--slots-per-archive-point={0}".format(32 if constants.ARCHIVE_MODE else 8192),
263263
"--suggested-fee-recipient=" + constants.VALIDATING_REWARDS_ACCOUNT,
264-
# Set per Pari's recommendation to reduce noise
265-
"--subscribe-all-subnets=true",
266264
"--jwt-secret=" + constants.JWT_MOUNT_PATH_ON_CONTAINER,
267265
"--enable-debug-rpc-endpoints=true",
268266
# vvvvvvvvv METRICS CONFIG vvvvvvvvvvvvvvvvvvvvv

0 commit comments

Comments
 (0)