Skip to content

Commit 050a86f

Browse files
Replace reference to Infura initial state endpoints (#423)
1 parent a978b1e commit 050a86f

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

docs/HowTo/Get-Started/Checkpoint-Start.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,16 @@ to download the finalized checkpoint state from the
2929
on the beacon node (for example, Teku).
3030

3131
!!! note
32-
3332
You can also download a finalized checkpoint state file, and specify the location
3433
using the [`--initial-state`](../../Reference/CLI/CLI-Syntax.md#initial-state) option. To
3534
download the file and name it `state.ssz` run:
3635

3736
```bash
3837
curl -o state.ssz -H 'Accept: application/octet-stream' http://other-node:5051/eth/v2/debug/beacon/states/finalized
3938
```
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/).
4342

4443
<!--links-->
4544
[REST API enabled]: ../../Reference/CLI/CLI-Syntax.md#rest-api-enabled

docs/Reference/CLI/CLI-Syntax.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -558,9 +558,7 @@ using the [`--network`](#network) option.
558558
file at each restart.
559559
560560
!!! 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/).
564562
565563
### logging
566564

0 commit comments

Comments
 (0)