timestamp of last replicated answer: 1717461821000

timestamp of deploy new drizzler: 1717535831000

for every multi market that had liquidity during this timeframe

for every answer that has an fs_updated_time

get the answer from firebase and … do what exactly?

Markets subsidized

Seems like they are still to be drizzled (and/or they were subsidized by us and we don’t care that much.)

select distinct slug from (
  select * from txns
  join contracts on contracts.id = to_id
  where category = 'ADD_SUBSIDY'
  and contracts.mechanism = 'cpmm-multi-1'
  and txns.created_time > millis_to_ts(1717461821000)
  and txns.created_time < millis_to_ts(1717535831000)
  order by txns.created_time desc
) as t

Affected markets: