fix: use ipfs token list temporarily (#6006)

fix: use ipfs token list as fallback
This commit is contained in:
eddie 2023-02-21 12:19:39 -08:00 committed by GitHub
parent 7b589561bc
commit 3dceb45d9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
export const UNI_LIST = 'https://tokens.uniswap.org'
export const UNI_LIST = 'https://gateway.ipfs.io/ipns/tokens.uniswap.org'
export const UNI_EXTENDED_LIST = 'https://extendedtokens.uniswap.org/'
const UNI_UNSUPPORTED_LIST = 'https://unsupportedtokens.uniswap.org/'
const AAVE_LIST = 'tokenlist.aave.eth'