Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ select
call_tx_hash as tx_hash,
call_tx_from as tx_from,
call_tx_to as tx_to,
call_trace_address as trace_address,
evt_index,
case when CARDINALITY(call_trace_address) > 0 then call_trace_address else ARRAY[-1] end as trace_address,
COALESCE(evt_index, 0) as evt_index, -- TMP: after joining envents in swapSettle can remove it
order_index,
method
from {{from_alias}}
Expand Down
Loading