Skip to content

Commit

Permalink
use Drips Deps list
Browse files Browse the repository at this point in the history
  • Loading branch information
evvvritt committed May 7, 2024
1 parent 4c9dee2 commit 54210cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export const load = (async ({ fetch }) => {
const prices = await cachedTotalDrippedPrices(redis, fetch);

const featuredDripListIds = [
'50330452048867519181028275890986093327647919805766323166158196453514',
// '50330452048867519181028275890986093327647919805766323166158196453514', // Radworks
'48495160997488293670723292622742268320163565037397170198477469637178', // Drips Deps
];

const dripListQuery = gql`
Expand Down

0 comments on commit 54210cc

Please sign in to comment.