From ba4776365fca21c0a3a0e841834d7379443b76be Mon Sep 17 00:00:00 2001 From: abhi Date: Fri, 29 Sep 2023 14:34:17 +0530 Subject: [PATCH] fix: enable trace http-api for reth (#251) Co-authored-by: Gyanendra Mishra --- src/el/reth/reth_launcher.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),