diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go index e30b2e5d31..0aee7a3e9e 100644 --- a/internal/ethapi/api.go +++ b/internal/ethapi/api.go @@ -1519,7 +1519,7 @@ func (s *BlockChainAPI) arbClassicL1BlockNumber(ctx context.Context, block *type } i++ blockNum = startBlockNum - i - if i > 5 { + if i > 50 { return 0, fmt.Errorf("couldn't find block with transactions. Reached %d", blockNum) } var err error