Skip to content

Commit 1e5a3d1

Browse files
committed
refactor: remove warnings (#3)
#3
1 parent 23d59ce commit 1e5a3d1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/constants/tokenSafety.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ export function checkWarning(tokenAddress: string, chainId?: number | null) {
9393
return null
9494
case TOKEN_LIST_TYPES.UNI_EXTENDED:
9595
return MediumWarning
96-
case TOKEN_LIST_TYPES.UNKNOWN:
97-
return StrongWarning
98-
case TOKEN_LIST_TYPES.BLOCKED:
99-
return BlockedWarning
10096
case TOKEN_LIST_TYPES.BROKEN:
10197
return BlockedWarning
10298
}

0 commit comments

Comments
 (0)