Skip to content

Commit 7ecac47

Browse files
committed
chore: update to more recent block
Signed-off-by: Elias Van Ootegem <elias@vega.xyz>
1 parent fa1ca25 commit 7ecac47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/datasource/external/ethverifier/verifier_snapshot.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ func (s *Verifier) LoadState(ctx context.Context, payload *types.Payload) ([]typ
160160
if vgcontext.InProgressUpgradeFrom(ctx, "v0.74.11") {
161161
// use a recent time instead here to skip unneeded blocks
162162
lastEthBlock = &types.EthBlock{
163-
Height: 19531719,
164-
Time: 1712086487,
163+
Height: 19576186,
164+
Time: 1712158679,
165165
}
166166
}
167167

0 commit comments

Comments
 (0)