File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,16 @@ to download the finalized checkpoint state from the
29
29
on the beacon node (for example, Teku).
30
30
31
31
!!! note
32
-
33
32
You can also download a finalized checkpoint state file, and specify the location
34
33
using the [ ` --initial-state ` ] ( ../../Reference/CLI/CLI-Syntax.md#initial-state ) option. To
35
34
download the file and name it ` state.ssz ` run:
36
35
37
36
```bash
38
37
curl -o state.ssz -H 'Accept: application/octet-stream' http://other-node:5051/eth/v2/debug/beacon/states/finalized
39
38
```
40
- [Infura](https://infura.io/) provides initial state endpoints for free.
41
- Registration to Infura services is required.
42
- Watch the ["Teku Snapshot Sync from Infura" video ](https://youtu.be/ce9uVRl23zI) for more details .
39
+
40
+ !!! tip
41
+ See [ this community-maintained list of checkpoint state endpoints ] ( https://eth-clients.github.io/checkpoint-sync-endpoints/ ) .
43
42
44
43
<!-- links-->
45
44
[ REST API enabled ] : ../../Reference/CLI/CLI-Syntax.md#rest-api-enabled
Original file line number Diff line number Diff line change @@ -558,9 +558,7 @@ using the [`--network`](#network) option.
558
558
file at each restart.
559
559
560
560
!!! tip
561
-
562
- [Infura](https://infura.io/) can be used as the source of initial states with
563
- `--initial-state https://{projectid}:{secret}@eth2-beacon-mainnet.infura.io/eth/v2/debug/beacon/states/finalized`
561
+ See [this community-maintained list of checkpoint state endpoints](https://eth-clients.github.io/checkpoint-sync-endpoints/).
564
562
565
563
### logging
566
564
You can’t perform that action at this time.
0 commit comments