Small typo in testing config (#5178)

* Small typo
This commit is contained in:
Age Manning 2024-02-06 07:23:49 +00:00 committed by GitHub
parent 7bec3f9b59
commit ebe77bbad2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ https://prater.checkpoint.sigp.io --execution-endpoint http://localhost:8551
Mainnet: 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 https://checkpoint.sigp.io --execution-endpoint http://localhost:8551
``` ```