Skip to content

Commit

Permalink
fix erc20StateByDay
Browse files Browse the repository at this point in the history
  • Loading branch information
apexearth committed Nov 18, 2024
1 parent 7558ae6 commit 3e62336
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server-extension/erc20.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ SELECT
coalesce(ldd.address, $1) as address,
coalesce(ldd.total_supply, 0) as total_supply,
coalesce(ldd.holder_count, 0) as holder_count
FROM
ldd.holder_count
FROM
date_series ds
LEFT JOIN LATERAL (
Expand Down

0 comments on commit 3e62336

Please sign in to comment.