We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d4ccb commit 6348c0bCopy full SHA for 6348c0b
src/cl/prysm/prysm_launcher.star
@@ -261,8 +261,6 @@ def get_beacon_config(
261
"--verbosity=" + log_level,
262
"--slots-per-archive-point={0}".format(32 if constants.ARCHIVE_MODE else 8192),
263
"--suggested-fee-recipient=" + constants.VALIDATING_REWARDS_ACCOUNT,
264
- # Set per Pari's recommendation to reduce noise
265
- "--subscribe-all-subnets=true",
266
"--jwt-secret=" + constants.JWT_MOUNT_PATH_ON_CONTAINER,
267
"--enable-debug-rpc-endpoints=true",
268
# vvvvvvvvv METRICS CONFIG vvvvvvvvvvvvvvvvvvvvv
0 commit comments