Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
whalehunting committed Dec 1, 2024
1 parent 9c9dec1 commit 1f00bae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
with
bot_contracts as (
select block_time, address
from {{ source({{ blockchain }}, 'creation_traces') }}
from {{ source('{{ blockchain }}', 'creation_traces') }}
where
("from" = {{ bot_deployer_1 }} or "from" = {{ bot_deployer_2 }})
and block_time >= timestamp '{{project_start_date}}'
Expand Down

0 comments on commit 1f00bae

Please sign in to comment.