Commit 31badc23 authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: enable debug namespace in prysm (#405)

parent c41a989e
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment