From 7bf90209b3efc5113f109fc62b6415112281bca5 Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Fri, 9 May 2025 16:16:16 -0400 Subject: [PATCH] hard code start --- .../core/realtime/streamline__transactions_realtime.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/streamline/core/realtime/streamline__transactions_realtime.sql b/models/streamline/core/realtime/streamline__transactions_realtime.sql index 0b9988e..fd92a7e 100644 --- a/models/streamline/core/realtime/streamline__transactions_realtime.sql +++ b/models/streamline/core/realtime/streamline__transactions_realtime.sql @@ -22,7 +22,7 @@ WITH blocks AS ( {{ ref("streamline__complete_tx_counts") }} A WHERE tx_count > 0 - AND block_number > 70000000 + AND block_number > 146300000 AND block_number :: INT NOT IN ( 101356734, 101361293,