From c9ca2a0a38ccf017b387f1b900f5b0d2cc4c04eb Mon Sep 17 00:00:00 2001 From: Mihai Date: Fri, 5 Apr 2024 18:18:44 -0400 Subject: [PATCH] add list of public endpoints --- docs/pages/getting-started/starting-a-node.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/getting-started/starting-a-node.md b/docs/pages/getting-started/starting-a-node.md index 7b5c132e305c..86c03c621c4e 100644 --- a/docs/pages/getting-started/starting-a-node.md +++ b/docs/pages/getting-started/starting-a-node.md @@ -115,6 +115,7 @@ In case you really trust `checkpointSyncUrl` then you may skip providing `wssChe :::warning Please use this option very carefully (and at your own risk), a malicious server URL can put you on the wrong chain with a danger of you losing your funds by social engineering. If possible, validate your `wssCheckpoint` from multiple places (e.g. different client distributions) or from other trusted sources. This will highly reduce the risk of starting off on a malicious chain. +This list of [public endpoints](https://eth-clients.github.io/checkpoint-sync-endpoints/) maintained by the Ethereum community may be used for reference. ::: **Taking too long to sync?**