diff --git a/sync/evmdownloader_test.go b/sync/evmdownloader_test.go index 34822582..f920f0c1 100644 --- a/sync/evmdownloader_test.go +++ b/sync/evmdownloader_test.go @@ -507,7 +507,7 @@ func NewTestDownloader(t *testing.T, retryPeriod time.Duration) (*EVMDownloader, d, err := NewEVMDownloader("test", clientMock, syncBlockChunck, etherman.LatestBlock, time.Millisecond, buildAppender(), []common.Address{contractAddr}, rh, - etherman.SafeBlock, + etherman.FinalizedBlock, ) require.NoError(t, err) return d, clientMock