mirror of
https://github.com/FlipsideCrypto/eclipse-models.git
synced 2026-02-06 13:26:46 +00:00
allow blocks to backfill first before we attempt txs
This commit is contained in:
parent
76591442f8
commit
62ba71f721
@ -29,7 +29,7 @@ WITH blocks AS (
|
||||
{{ ref("streamline__blocks") }}
|
||||
WHERE
|
||||
/* Find the earliest block available from the node provider */
|
||||
block_id >= {{ min_block_id }}
|
||||
block_id >= 6572203
|
||||
EXCEPT
|
||||
SELECT
|
||||
block_id
|
||||
|
||||
Loading…
Reference in New Issue
Block a user