Skip to content

Commit

Permalink
Update to pull last 60d
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyyim committed Jun 26, 2024
1 parent 8412371 commit bad67d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/metrics/get_fundamental_data_for_chain.sql
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
truncated_near_fact_txns as (
select *
from near_flipside.core.fact_transactions
where block_timestamp > current_date() - interval '15 days'
where block_timestamp > current_date() - interval '60 days'
),
fact_transactions_delegate_extracted as (
select
Expand Down

0 comments on commit bad67d5

Please sign in to comment.