Use generic domain for community checkpoint sync example (#3560)
## Proposed Changes Use a generic domain for community checkpoint sync example to meet the concern raised in https://github.com/sigp/lighthouse/pull/3558#discussion_r966720171
This commit is contained in:
parent
f682df51a1
commit
cfa518ab41
@ -45,7 +45,7 @@ as soon as forwards sync completes.
|
||||
|
||||
The Ethereum community provides various [public endpoints](https://eth-clients.github.io/checkpoint-sync-endpoints/) for you to choose from for your initial checkpoint state. Select one for your network and use it as the url for the `--checkpoint-sync-url` flag. e.g.
|
||||
```
|
||||
lighthouse bn --checkpoint-sync-url https://beaconstate.info/ ...
|
||||
lighthouse bn --checkpoint-sync-url https://example.com/ ...
|
||||
```
|
||||
|
||||
### Use Infura as a remote beacon node provider
|
||||
|
Loading…
Reference in New Issue
Block a user