Skip to content

Commit

Permalink
feat: by default all selected chains
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Oct 5, 2023
1 parent 13cb98f commit b2ce5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vaults/contexts/useAppSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const AppSettingsContextApp = memo(function AppSettingsContextApp({childr
'["Holdings","Crypto Vaults","Stables Vaults","Curve Vaults","Balancer Vaults","Boosted Vaults","Velodrome Vaults","Aerodrome Vaults"]'
);
const [searchValue, set_searchValue] = useSessionStorage('yearn.fi/vaults-search', '');
const [selectedChains, set_selectedChains] = useSessionStorage('yearn.fi/selected-chains', '[1]');
const [selectedChains, set_selectedChains] = useSessionStorage('yearn.fi/selected-chains', '[1,10,250,8453,42161]');
const [shouldHideDust, set_shouldHideDust] = useLocalStorage('yearn.fi/should-hide-dust', false);
const [shouldHideLowTVLVaults, set_shouldHideLowTVLVaults] = useLocalStorage('yearn.fi/hide-low-tvl', false);

Expand Down

0 comments on commit b2ce5a7

Please sign in to comment.