From eef8e4f3666e239cc02959b51bbc205faa5b3ef2 Mon Sep 17 00:00:00 2001
From: ledgerwatch <akhounov@gmail.com>
Date: Sun, 15 May 2022 17:31:16 +0100
Subject: [PATCH] Update skip_analysis.go (#4156)

---
 core/skip_analysis.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/skip_analysis.go b/core/skip_analysis.go
index e5ab37d0cf..baec642d7f 100644
--- a/core/skip_analysis.go
+++ b/core/skip_analysis.go
@@ -21,7 +21,7 @@ import (
 )
 
 // MainnetNotCheckedFrom is the first block number not yet checked for invalid jumps
-const MainnetNotCheckedFrom uint64 = 14_702_900
+const MainnetNotCheckedFrom uint64 = 14_780_000
 
 // MainnetNotCheckedFrom is the first block number not yet checked for invalid jumps
 const BSCNotCheckedFrom uint64 = 11_000_000
-- 
GitLab