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,