Update skip_analysis.go (#4156)

This commit is contained in:
ledgerwatch 2022-05-15 17:31:16 +01:00 committed by GitHub
parent 7125593cf5
commit eef8e4f366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ import (
) )
// MainnetNotCheckedFrom is the first block number not yet checked for invalid jumps // 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 // MainnetNotCheckedFrom is the first block number not yet checked for invalid jumps
const BSCNotCheckedFrom uint64 = 11_000_000 const BSCNotCheckedFrom uint64 = 11_000_000