Commit 3a1bff14 authored by cartcrom's avatar cartcrom Committed by GitHub

feat: adding token safety article link (#4532)

updated article link
parent b82b9acc
...@@ -2,8 +2,7 @@ import { Plural, Trans } from '@lingui/macro' ...@@ -2,8 +2,7 @@ import { Plural, Trans } from '@lingui/macro'
import WarningCache, { TOKEN_LIST_TYPES } from './TokenSafetyLookupTable' import WarningCache, { TOKEN_LIST_TYPES } from './TokenSafetyLookupTable'
// TODO: Replace this with Steph's article when it is available. export const TOKEN_SAFETY_ARTICLE = 'https://support.uniswap.org/hc/en-us/articles/8723118437133'
export const TOKEN_SAFETY_ARTICLE = 'https://help.uniswap.org/en/'
export enum WARNING_LEVEL { export enum WARNING_LEVEL {
MEDIUM, MEDIUM,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment