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