Skip to content

Commit

Permalink
fix: token list
Browse files Browse the repository at this point in the history
  • Loading branch information
w84april committed Oct 18, 2024
1 parent 09eca23 commit dfce162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gimme/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {WithPrices} from '@lib/contexts/usePrices';
import {VaultsContextApp} from '@lib/contexts/useVaults';
import {IconCheck} from '@lib/icons/IconCheck';
import {IconCircleCross} from '@lib/icons/IconCircleCross';
import {supportedNetworks, supportedNetworksWithMainnet} from '@lib/utils/tools.chains';
import {supportedNetworks} from '@lib/utils/tools.chains';

import type {AppProps} from 'next/app';
import type {ReactElement} from 'react';
Expand All @@ -39,7 +39,7 @@ function MyApp(props: AppProps): ReactElement {
/>
<IndexedDB>
<WithMom
supportedChains={supportedNetworksWithMainnet}
supportedChains={supportedNetworks}
tokenLists={[
'https://raw.githubusercontent.com/SmolDapp/tokenLists/main/lists/137.json',
'https://raw.githubusercontent.com/SmolDapp/tokenLists/main/lists/137/yearn-min.json',
Expand Down

0 comments on commit dfce162

Please sign in to comment.