expand direct dex coverage

This commit is contained in:
Jack Forgash 2025-07-29 17:21:34 -06:00
parent 09a466e26d
commit a29f048bd7

View File

@ -35,13 +35,30 @@ WITH core_events AS (
AND
{% endif %}
event_module IN (
'cetus',
'turbos',
'aftermath',
'alphafi',
'bluemove',
'bluefin',
'cetus',
'deepbookv3',
'flowx_amm',
'flowx_clmm',
'haedal',
'haedalpmm',
'kriya_amm',
'kriya_clmm',
'magma',
'metastable',
'momentum',
'obric',
'magma'
'scallop',
'sevenk',
'steamm_cpmm',
'steamm_omm_v2',
'steammfe',
'suilend',
'turbos',
'volo'
)
-- limit to 30 days for dev
AND block_timestamp >= sysdate() - interval '30 days'