From 7ecac479f2e0750c3bd71fe3aa2731f490d60821 Mon Sep 17 00:00:00 2001 From: Elias Van Ootegem Date: Wed, 3 Apr 2024 16:48:02 +0100 Subject: [PATCH] chore: update to more recent block Signed-off-by: Elias Van Ootegem --- core/datasource/external/ethverifier/verifier_snapshot.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/datasource/external/ethverifier/verifier_snapshot.go b/core/datasource/external/ethverifier/verifier_snapshot.go index 94d16c3b3be..e8d221a48f1 100644 --- a/core/datasource/external/ethverifier/verifier_snapshot.go +++ b/core/datasource/external/ethverifier/verifier_snapshot.go @@ -160,8 +160,8 @@ func (s *Verifier) LoadState(ctx context.Context, payload *types.Payload) ([]typ if vgcontext.InProgressUpgradeFrom(ctx, "v0.74.11") { // use a recent time instead here to skip unneeded blocks lastEthBlock = &types.EthBlock{ - Height: 19531719, - Time: 1712086487, + Height: 19576186, + Time: 1712158679, } }