diff --git a/core/skip_analysis.go b/core/skip_analysis.go index baec642d7..183e406bd 100644 --- a/core/skip_analysis.go +++ b/core/skip_analysis.go @@ -24,7 +24,7 @@ import ( const MainnetNotCheckedFrom uint64 = 14_780_000 // MainnetNotCheckedFrom is the first block number not yet checked for invalid jumps -const BSCNotCheckedFrom uint64 = 11_000_000 +const BSCNotCheckedFrom uint64 = 13_986_464 // SkipAnalysis function tells us whether we can skip performing jumpdest analysis // for the historical blocks (on mainnet now but perhaps on the testsnets