diff --git a/src/el/nimbus-eth1/nimbus_launcher.star b/src/el/nimbus-eth1/nimbus_launcher.star index c01f6302c..b63cd0982 100644 --- a/src/el/nimbus-eth1/nimbus_launcher.star +++ b/src/el/nimbus-eth1/nimbus_launcher.star @@ -148,9 +148,9 @@ def get_config( "--http-port={0}".format(WS_RPC_PORT_NUM), "--http-address=0.0.0.0", "--rpc", - "--rpc-api=eth,debug", + "--rpc-api=admin,eth,debug", "--ws", - "--ws-api=eth,debug", + "--ws-api=admin,eth,debug", "--engine-api", "--engine-api-address=0.0.0.0", "--engine-api-port={0}".format(ENGINE_RPC_PORT_NUM),