Seems there are not deal slashes after April 20th.
select
deal_id,
max(sector_start_epoch) as sector_start_epoch,
max(slash_epoch) as slash_epoch
from `lily-data.lily.market_deal_states`
group by 1
order by 3 desc
The last state market deal slashed was at 3854616 (2024-04-24 07:48:00 UTC).
Seems there are not deal slashes after April 20th.
The last state market deal slashed was at
3854616
(2024-04-24 07:48:00 UTC).