remove warnings
This commit is contained in:
parent
48eb3f0005
commit
986cf07391
@ -93,10 +93,6 @@ export function checkWarning(tokenAddress: string, chainId?: number | null) {
|
|||||||
return null
|
return null
|
||||||
case TOKEN_LIST_TYPES.UNI_EXTENDED:
|
case TOKEN_LIST_TYPES.UNI_EXTENDED:
|
||||||
return MediumWarning
|
return MediumWarning
|
||||||
case TOKEN_LIST_TYPES.UNKNOWN:
|
|
||||||
return StrongWarning
|
|
||||||
case TOKEN_LIST_TYPES.BLOCKED:
|
|
||||||
return BlockedWarning
|
|
||||||
case TOKEN_LIST_TYPES.BROKEN:
|
case TOKEN_LIST_TYPES.BROKEN:
|
||||||
return BlockedWarning
|
return BlockedWarning
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user