Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-snx committed Aug 27, 2024
1 parent feaec5a commit c9cb2ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cumulative_delegation as (
)

select
block_timestamp,
block_timestamp as ts,
pool_id,
collateral_type,
cumulative_amount_delegated as amount_delegated,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ select
from
{{ ref('fct_perp_stats_hourly_base_sepolia') }}
group by
ts
DATE_TRUNC(
'day',
ts
)

0 comments on commit c9cb2ac

Please sign in to comment.