Skip to content

Commit

Permalink
linting fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
KillariDev committed Dec 27, 2023
1 parent 5cf6dc1 commit 0e01f33
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/constants/tokenSafety.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Plural, Trans } from '@lingui/macro'
import { TokenStandard } from 'graphql/data/__generated__/types-and-hooks'
import { SearchToken } from 'graphql/data/SearchTokens'

import { ZERO_ADDRESS } from './misc'
import { NATIVE_CHAIN_ID } from './tokens'
import tokenSafetyLookup, { TOKEN_LIST_TYPES } from './tokenSafetyLookup'
2 changes: 1 addition & 1 deletion src/constants/tokenSafetyLookup.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { ListsState } from 'state/lists/reducer'

import store from '../state'
import { UNI_EXTENDED_LIST, UNI_LIST } from './lists'
import { COMMON_BASES } from './routing'
@@ -35,7 +36,6 @@ class TokenSafetyLookupTable {
brokenTokenList.tokens.forEach((token) => {
this.dict[token.address.toLowerCase()] = TOKEN_LIST_TYPES.BROKEN
})

}

checkToken(address: string, chainId?: number | null) {

0 comments on commit 0e01f33

Please sign in to comment.