From 900e6afc5446a21c7a75c1eafd94855c878dbe84 Mon Sep 17 00:00:00 2001 From: Austin Date: Tue, 4 Feb 2025 08:26:58 -0500 Subject: [PATCH] flow-evm --- models/evm/gold/core/core_evm__fact_traces.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/evm/gold/core/core_evm__fact_traces.sql b/models/evm/gold/core/core_evm__fact_traces.sql index 39d1606..9e4a0fe 100644 --- a/models/evm/gold/core/core_evm__fact_traces.sql +++ b/models/evm/gold/core/core_evm__fact_traces.sql @@ -173,7 +173,7 @@ incremental_traces AS ( t.origin_function_signature, t.from_address AS origin_from_address, t.to_address AS origin_to_address, - t.tx_position, + f.tx_position, f.trace_index, f.from_address AS from_address, f.to_address AS to_address, @@ -219,7 +219,7 @@ heal_missing_data AS ( txs.origin_function_signature AS origin_function_signature_heal, txs.from_address AS origin_from_address_heal, txs.to_address AS origin_to_address_heal, - txs.tx_position, + t.tx_position, t.trace_index, t.from_address, t.to_address,