Skip to content

Commit

Permalink
Fix code style issues with ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed Nov 22, 2021
1 parent 204e44a commit 7781f51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/Tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { arrayify } from '@ethersproject/bytes'
import { parseBytes32String } from '@ethersproject/strings'
import { Currency, Token } from '@uniswap/sdk-core'
import { CHAIN_INFO, L2_CHAIN_IDS, SupportedChainId, SupportedL2ChainId } from 'constants/chains'
import { ARBITRUM_LIST, OPTIMISM_LIST } from 'constants/lists'
import { useMemo } from 'react'

import { createTokenFilterFunction } from '../components/SearchModal/filtering'
Expand Down

0 comments on commit 7781f51

Please sign in to comment.