Skip to content

Commit

Permalink
fix volume initial calculation (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBl69 committed Jul 5, 2024
1 parent 49659ee commit 067bc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql_extensions/migrations/00001_special_queries.sql
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ FROM (
WHERE
event_name = 'emojicoin_dot_fun::PeriodicState'
AND
data -> 'periodic_state_metadata' ->> 'period' = '900000000'
data -> 'periodic_state_metadata' ->> 'period' = '60000000'
GROUP BY
data #>> '{market_metadata,market_id}'
) AS tmp
Expand Down

0 comments on commit 067bc9e

Please sign in to comment.