Skip to content

Commit

Permalink
Issues with the prices.minute table (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
PoloX2021 authored Jan 9, 2025
1 parent 5a7b58e commit f7fb504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cowamm/tvl_by_tx_4059700.sql
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ balances_by_tx as (

-- joins token balances with prices to get tvl of pool per transaction
tvl as (
select
select distinct
evt_block_time as block_time,
evt_tx_hash as tx_hash,
b.pool,
Expand Down

0 comments on commit f7fb504

Please sign in to comment.