Skip to content

Commit

Permalink
use updated hst emissions query
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay authored and jthiller committed Sep 16, 2024
1 parent b68a6a1 commit 4322a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/stats/utils/dune/fetchHntEmissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type TotalHntEmission = {
export const fetchHntEmissions = cache(async () => {
const [subDaoEmissions, hstEmissions] = await Promise.all([
duneQuery<TreasuryHntEmission[]>(2566814),
duneQuery<HstEmission[]>(3439959),
duneQuery<HstEmission[]>(2571254),
])

const totalEmissionsCombined: { [date: string]: TotalHntEmission } = {}
Expand Down

0 comments on commit 4322a13

Please sign in to comment.