Skip to content

Commit

Permalink
fix: enable debug namespace in prysm (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Dec 13, 2023
1 parent c41a989 commit 31badc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cl/prysm/prysm_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ def get_beacon_config(
# Set per Pari's recommendation to reduce noise
"--subscribe-all-subnets=true",
"--jwt-secret=" + constants.JWT_AUTH_PATH,
"--enable-debug-rpc-endpoints=true",
# vvvvvvvvv METRICS CONFIG vvvvvvvvvvvvvvvvvvvvv
"--disable-monitoring=false",
"--monitoring-host=0.0.0.0",
Expand Down

0 comments on commit 31badc2

Please sign in to comment.