This commit is contained in:
Austin 2024-09-20 13:33:13 -04:00 committed by GitHub
parent 51f0dc32eb
commit f7d8271829
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 8 additions and 2 deletions

View File

@ -86,3 +86,4 @@ SELECT
ready_blocks
ORDER BY
block_number DESC
limit 25000

View File

@ -101,4 +101,5 @@ SELECT
FROM
ready_blocks
ORDER BY
block_number ASC
block_number desc
limit 25000

View File

@ -97,3 +97,4 @@ SELECT
ready_blocks
ORDER BY
block_number DESC
limit 25000

View File

@ -9,7 +9,8 @@
"worker_batch_size" :"600",
"sql_source" :"{{this.identifier}}",
"exploded_key": tojson(["result"]) }
)
),
tags = ['streamline_core_evm_realtime']
) }}
WITH last_3_days AS (
@ -97,3 +98,4 @@ FROM
ready_blocks
ORDER BY
block_number DESC
limit 6000

View File

@ -97,3 +97,4 @@ SELECT
ready_blocks
ORDER BY
block_number DESC
limit 25000