Skip to content

Commit ea241af

Browse files
authored
feat: Add 'trace' to enabled JSON-RPC modules (#1235)
Signed-off-by: Barnabas Busa <barnabas.busa@ethereum.org>
1 parent c51f183 commit ea241af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/el/nethermind/nethermind_launcher.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def get_config(
133133
"--datadir=" + EXECUTION_DATA_DIRPATH_ON_CLIENT_CONTAINER,
134134
"--Init.WebSocketsEnabled=true",
135135
"--JsonRpc.Enabled=true",
136-
"--JsonRpc.EnabledModules=net,eth,consensus,subscribe,web3,admin,debug,txpool",
136+
"--JsonRpc.EnabledModules=net,eth,consensus,subscribe,web3,admin,debug,txpool,trace",
137137
"--JsonRpc.Host=0.0.0.0",
138138
"--JsonRpc.Port={0}".format(RPC_PORT_NUM),
139139
"--JsonRpc.WebSocketsPort={0}".format(WS_PORT_NUM),

0 commit comments

Comments
 (0)