Skip to content

Commit

Permalink
Update uniswap_compatible_liquidity.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
IrishLatte19 authored Feb 12, 2025
1 parent 033754d commit 4ef8ee8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ SELECT
, salt
, token0
, token1
, CAST(amount0 AS bigint) as amount0_raw
, CAST(amount1 AS bigint) as amount1_raw
, CAST(amount0 AS double) as amount0_raw
, CAST(amount1 AS double) as amount1_raw
FROM base_amounts base

{% endmacro %}

0 comments on commit 4ef8ee8

Please sign in to comment.