Skip to content

Commit

Permalink
refactor: remove warnings (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
aahna-ashina committed Dec 26, 2023
1 parent 23d59ce commit 1e5a3d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/constants/tokenSafety.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ export function checkWarning(tokenAddress: string, chainId?: number | null) {
return null
case TOKEN_LIST_TYPES.UNI_EXTENDED:
return MediumWarning
case TOKEN_LIST_TYPES.UNKNOWN:
return StrongWarning
case TOKEN_LIST_TYPES.BLOCKED:
return BlockedWarning
case TOKEN_LIST_TYPES.BROKEN:
return BlockedWarning
}
Expand Down

0 comments on commit 1e5a3d1

Please # to comment.