Skip to content

Commit

Permalink
fix: add missing chains
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Oct 12, 2023
1 parent b41d3f6 commit cbe0111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/common/contexts/useYearn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const YearnContextApp = memo(function YearnContextApp({children}: {childr
strategiesDetails: 'withDetails',
strategiesRisk: 'withRisk',
strategiesCondition: 'inQueue',
chainIDs: [1, 10].join(','),
chainIDs: [1, 10, 250, 8453, 42161].join(','),
limit: `2500`
})}`,
schema: yDaemonVaultsSchema
Expand Down

0 comments on commit cbe0111

Please sign in to comment.