Skip to content

Commit

Permalink
apply easy dates
Browse files Browse the repository at this point in the history
  • Loading branch information
grkhr committed Jul 4, 2024
1 parent 0a5a7dd commit cfa83e2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% macro
oneinch_project_calls_macro(
blockchain
, date_from = '2023-01-01'
, date_from = '2024-07-01'
)
%}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% macro oneinch_project_orders_macro(
blockchain
, date_from = '2019-01-01'
, date_from = '2024-07-01'
)%}


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% macro oneinch_project_orders_raw_logs_macro(
blockchain
, date_from = '2019-01-01'
, date_from = '2024-07-01'
)%}

select
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% macro oneinch_project_orders_raw_traces_macro(
blockchain
, date_from = '2019-01-01'
, date_from = '2024-07-01'
)%}

select
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% macro
oneinch_project_swaps_macro(
blockchain
, date_from = '2023-01-01'
, date_from = '2024-07-01'
)
%}

Expand Down

0 comments on commit cfa83e2

Please sign in to comment.