From b3114d130f8a551853aac9774d864e8b7d36775a Mon Sep 17 00:00:00 2001 From: abhi Date: Fri, 29 Sep 2023 08:46:10 +0530 Subject: [PATCH] fix: remove engine from http-api list for reth (#249) --- 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 7b1beff87..9ad1acc3d 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,engine,net,eth,web3,debug", + "--http.api=admin,net,eth,web3,debug", "--ws", "--ws.addr=0.0.0.0", "--ws.port={0}".format(WS_PORT_NUM),