Skip to content

Commit

Permalink
fix: add debug ns to nethermind (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Aug 6, 2024
1 parent f9269ad commit 372bb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/el/nethermind/nethermind_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def get_config(
"--datadir=" + EXECUTION_DATA_DIRPATH_ON_CLIENT_CONTAINER,
"--Init.WebSocketsEnabled=true",
"--JsonRpc.Enabled=true",
"--JsonRpc.EnabledModules=net,eth,consensus,subscribe,web3,admin",
"--JsonRpc.EnabledModules=net,eth,consensus,subscribe,web3,admin,debug",
"--JsonRpc.Host=0.0.0.0",
"--JsonRpc.Port={0}".format(RPC_PORT_NUM),
"--JsonRpc.WebSocketsPort={0}".format(WS_PORT_NUM),
Expand Down

0 comments on commit 372bb52

Please sign in to comment.