From ebe77bbad286e939b4bccdfa827d6899207a87fc Mon Sep 17 00:00:00 2001 From: Age Manning Date: Tue, 6 Feb 2024 07:23:49 +0000 Subject: [PATCH] Small typo in testing config (#5178) * Small typo --- testing/network_testing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/network_testing/README.md b/testing/network_testing/README.md index 359151468..f97c3cff2 100644 --- a/testing/network_testing/README.md +++ b/testing/network_testing/README.md @@ -60,7 +60,7 @@ https://prater.checkpoint.sigp.io --execution-endpoint http://localhost:8551 Mainnet: ``` -$ lighthouse --network prater bn --execution-jwt /tmp/mockel.jwt --checkpoint-sync-url +$ lighthouse --network mainnet bn --execution-jwt /tmp/mockel.jwt --checkpoint-sync-url https://checkpoint.sigp.io --execution-endpoint http://localhost:8551 ```