Skip to content

Commit

Permalink
Remove filter from token transfers (#6318)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalan3 authored Jul 4, 2024
1 parent 1133d34 commit 8eb12f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions solana/models/_sector/dex/raydium/raydium_v3_base_trades.sql
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
AND tr_1.outer_instruction_index = sp.call_outer_instruction_index
AND ((sp.call_is_inner = false AND tr_1.inner_instruction_index = 1)
OR (sp.call_is_inner = true AND tr_1.inner_instruction_index = sp.call_inner_instruction_index + 1))
AND tr_1.token_version = 'fungible'
{% if is_incremental() %}
AND {{incremental_predicate('tr_1.block_time')}}
{% else %}
Expand All @@ -92,7 +91,6 @@
AND tr_2.outer_instruction_index = sp.call_outer_instruction_index
AND ((sp.call_is_inner = false AND tr_2.inner_instruction_index = 2)
OR (sp.call_is_inner = true AND tr_2.inner_instruction_index = sp.call_inner_instruction_index + 2))
AND tr_2.token_version = 'fungible'
{% if is_incremental() %}
AND {{incremental_predicate('tr_2.block_time')}}
{% else %}
Expand Down

0 comments on commit 8eb12f5

Please sign in to comment.