Skip to content

Commit 1b534d7

Browse files
syjn99parithosh
andauthored
chore: remove deprecated flag at prysm_launcher.star: enable-debug-rpc-endpoints (ethereum#882)
``` 2025-01-29 16:30:41 time="2025-01-29 07:30:41" level=error msg="enable-debug-rpc-endpoints is deprecated and has no effect. Do not use this flag, it will be deleted soon." prefix=flags ``` OffchainLabs/prysm#14015 deprecates `enable-debug-rpc-endpoints`, and by default prysm enables `debug` endpoints. This PR updates the `prysm_launcher.star` to address this change. Co-authored-by: Parithosh Jayanthi <[email protected]>
1 parent 4fcca66 commit 1b534d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cl/prysm/prysm_launcher.star

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ def get_beacon_config(
211211
"--slots-per-archive-point={0}".format(32 if constants.ARCHIVE_MODE else 8192),
212212
"--suggested-fee-recipient=" + constants.VALIDATING_REWARDS_ACCOUNT,
213213
"--jwt-secret=" + constants.JWT_MOUNT_PATH_ON_CONTAINER,
214-
"--enable-debug-rpc-endpoints=true",
215214
# vvvvvvvvv METRICS CONFIG vvvvvvvvvvvvvvvvvvvvv
216215
"--disable-monitoring=false",
217216
"--monitoring-host=0.0.0.0",

0 commit comments

Comments
 (0)