remove warnings

This commit is contained in:
ButterflyEffect 2023-12-22 07:12:12 +00:00
parent 48eb3f0005
commit 986cf07391

@ -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
}