Skip to content

Commit

Permalink
update model
Browse files Browse the repository at this point in the history
  • Loading branch information
intensodefi committed Jun 8, 2024
1 parent c3d7f8f commit e41d54b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions models/_sector/dex/trades/scroll/dex_scroll_base_trades.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
, ref('zebra_scroll_base_trades')
, ref('scrollswap_scroll_base_trades')
, ref('syncswap_v1_scroll_base_trades')
, ref('nuri_scroll_base_trades')
, ref('nuri_scroll_base_trades')
, ref('icecreamswap_scroll_base_trades')
] %}

WITH base_union AS (
Expand All @@ -35,7 +36,7 @@ WITH base_union AS (
, project_contract_address
, tx_hash
, evt_index
FROM
FROM
{{ base_model }}
{% if not loop.last %}
UNION ALL
Expand Down

0 comments on commit e41d54b

Please sign in to comment.