From 44c0633488ad5c1e705614a47429cae14121b2df Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Thu, 9 Nov 2023 14:03:31 +0530 Subject: [PATCH] fix lighthouse validator --- testutil/compose/static/lighthouse/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testutil/compose/static/lighthouse/run.sh b/testutil/compose/static/lighthouse/run.sh index 46b07fbe0..67a23d686 100755 --- a/testutil/compose/static/lighthouse/run.sh +++ b/testutil/compose/static/lighthouse/run.sh @@ -23,5 +23,5 @@ done echo "Starting lighthouse validator client for ${NODE}" exec lighthouse validator \ --testnet-dir "/tmp/testnet" \ - --beacon-node "http://${NODE}:3600" \ + --beacon-nodes "http://${NODE}:3600" \ --suggested-fee-recipient "0x0000000000000000000000000000000000000000"