Enable block backfill (#27)

* swap min block available node

* allow blocks to backfill first before we attempt txs

---------

Co-authored-by: desmond-hui <desmond@flipsidecryto.com>
This commit is contained in:
desmond-hui 2024-10-08 16:32:16 -07:00 committed by GitHub
parent 43b863ae72
commit 94e2f7b643
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -9,7 +9,7 @@ WITH node_response AS (
SELECT
{{ target.database }}.live.udf_api(
'POST',
'https://mainnetbeta-rpc.eclipse.xyz',
'https://eclipse.lgns.net:443',
OBJECT_CONSTRUCT(
'Content-Type',
'application/json'