Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
fix cumulative ldot
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Mar 11, 2024
1 parent 2127243 commit 177e0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queries/total_dot_locked___3393781.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SELECT
dot_tvl."ldot_starlay" AS "ldot",
dot_tvl."lcdot_ldot_volume" + dot_tvl."lcdot_tdot_volume" AS "cumulative_lcdot",
dot_tvl."dot_ldot_volume" + dot_tvl."dot_tdot_volume" + dot_tvl."dot_idot_volume" AS "cumulative_dot",
dot_tvl."ldot_starlay" AS "cumulative_ldot"
dot_tvl."ldot_ildot_volume" AS "cumulative_ldot"
from (
SELECT
eds."day_timestamp",
Expand Down

0 comments on commit 177e0ee

Please sign in to comment.