diff --git a/src/el/reth/reth_launcher.star b/src/el/reth/reth_launcher.star index 9ad1acc3d..1caa9858e 100644 --- a/src/el/reth/reth_launcher.star +++ b/src/el/reth/reth_launcher.star @@ -177,7 +177,7 @@ def get_config( "--http.corsdomain=*", # WARNING: The admin info endpoint is enabled so that we can easily get ENR/enode, which means # that users should NOT store private information in these Kurtosis nodes! - "--http.api=admin,net,eth,web3,debug", + "--http.api=admin,net,eth,web3,debug,trace", "--ws", "--ws.addr=0.0.0.0", "--ws.port={0}".format(WS_PORT_NUM),