diff --git a/models/streamline/core/realtime/streamline__block_txs_realtime.sql b/models/streamline/core/realtime/streamline__block_txs_realtime.sql index 6411dfc..7562319 100644 --- a/models/streamline/core/realtime/streamline__block_txs_realtime.sql +++ b/models/streamline/core/realtime/streamline__block_txs_realtime.sql @@ -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 diff --git a/models/streamline/core/streamline__node_min_block_available.sql b/models/streamline/core/streamline__node_min_block_available.sql index f215e84..cfc3781 100644 --- a/models/streamline/core/streamline__node_min_block_available.sql +++ b/models/streamline/core/streamline__node_min_block_available.sql @@ -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'