From 6011dac0ce875f372d5938fc23cd138ffe4f7ff2 Mon Sep 17 00:00:00 2001 From: cventastic Date: Mon, 24 Oct 2022 09:44:00 +0200 Subject: [PATCH] add --reconstruct-historic-states --- erigon-goerli.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erigon-goerli.yml b/erigon-goerli.yml index dce93ccf..6c6f5046 100644 --- a/erigon-goerli.yml +++ b/erigon-goerli.yml @@ -36,7 +36,7 @@ services: rpcdaemon: image: thorax/erigon:2022.10.01 command: > - rpcdaemon --datadir=/home/erigon/.local/share/erigon/goerli/ + rpcdaemon --datadir=/home/erigon/.local/share/erigon/goerli --private.api.addr=erigon-trace:9090 --txpool.api.addr=erigon-trace:9090 --http.addr=0.0.0.0 @@ -74,7 +74,7 @@ services: command: > lighthouse beacon_node --network prater - --eth1-endpoints http://erigon-trace:8545 + --reconstruct-historic-states --execution-endpoint http://erigon-trace:8551 --execution-jwt /jwtsecret --http