From 00295ba8aeb9ec6ea2289a275ac830160e983b4c Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sun, 15 Jan 2023 11:36:14 +0100 Subject: [PATCH] replace checkpoint sync endpoint --- erigon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erigon.yml b/erigon.yml index d44a97f6..f61f1abf 100644 --- a/erigon.yml +++ b/erigon.yml @@ -64,7 +64,7 @@ services: --eth1-endpoints http://erigon-mainnet:8545 --execution-endpoint http://erigon-mainnet:8551 --execution-jwt /jwtsecret - --checkpoint-sync-url https://mainnet.checkpoint.sigp.io + --checkpoint-sync-url https://sync.invis.tools --http --http-address 0.0.0.0 --port 18719