mirror of
https://github.com/FlipsideCrypto/sui-models.git
synced 2026-02-06 13:26:46 +00:00
add event_resource filter
This commit is contained in:
parent
976741233e
commit
09a466e26d
@ -79,6 +79,7 @@ swaps AS (
|
||||
modified_timestamp,
|
||||
parsed_json
|
||||
FROM core_events
|
||||
WHERE event_resource like '%SwapEvent'
|
||||
)
|
||||
SELECT
|
||||
checkpoint_number,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user