From 510586c68e15a736794add7dbf504e8e4801ea32 Mon Sep 17 00:00:00 2001 From: Felix Henneke Date: Wed, 13 Dec 2023 19:15:11 +0100 Subject: [PATCH] exclude one auction which has faulty score data excludes hash `0xd881e90f4afb020d92b8fa1b4931d2352aab4179e4f8d9a4aeafd01ebc75f808` --- queries/dune_v2/period_slippage.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/queries/dune_v2/period_slippage.sql b/queries/dune_v2/period_slippage.sql index 48cb2fe3..3e3b3971 100644 --- a/queries/dune_v2/period_slippage.sql +++ b/queries/dune_v2/period_slippage.sql @@ -17,6 +17,7 @@ batch_meta as ( where b.block_time between cast('{{StartTime}}' as timestamp) and cast('{{EndTime}}' as timestamp) and (b.solver_address = from_hex('{{SolverAddress}}') or '{{SolverAddress}}' = '0x') and (b.tx_hash = from_hex('{{TxHash}}') or '{{TxHash}}' = '0x') + and (b.tx_hash !=0xd881e90f4afb020d92b8fa1b4931d2352aab4179e4f8d9a4aeafd01ebc75f808) ) ,filtered_trades as ( select t.tx_hash,