Skip to content

Commit

Permalink
Update dex_ethereum_base_liquidity.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
IrishLatte19 authored Feb 12, 2025
1 parent 4ef8ee8 commit 0728b4c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ WITH base_union AS (
, salt
, token0
, token1
, CAST(amount0_raw AS UINT256) as amount0_raw
, CAST(amount1_raw AS UINT256) as amount1_raw
, amount0_raw
, amount1_raw
FROM
{{ base_model }}
{% if not loop.last %}
Expand Down

0 comments on commit 0728b4c

Please sign in to comment.