From cf9594940661f66b4e84cabcfbe9e9fe8ceabece Mon Sep 17 00:00:00 2001 From: eddie <66155195+just-toby@users.noreply.github.com> Date: Thu, 20 Apr 2023 13:58:55 -0700 Subject: [PATCH] fix: replace CMC token list URL (#6406) --- src/constants/lists.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/lists.ts b/src/constants/lists.ts index 931adcc28a..fe133275c5 100644 --- a/src/constants/lists.ts +++ b/src/constants/lists.ts @@ -3,7 +3,7 @@ export const UNI_EXTENDED_LIST = 'https://gateway.ipfs.io/ipns/extendedtokens.un const UNI_UNSUPPORTED_LIST = 'https://gateway.ipfs.io/ipns/unsupportedtokens.uniswap.org' const AAVE_LIST = 'tokenlist.aave.eth' const BA_LIST = 'https://raw.githubusercontent.com/The-Blockchain-Association/sec-notice-list/master/ba-sec-list.json' -const CMC_ALL_LIST = 'https://api.coinmarketcap.com/data-api/v3/uniswap/all.json' +const CMC_ALL_LIST = 'https://s3.coinmarketcap.com/generated/dex/tokens/eth-tokens-all.json' const COINGECKO_LIST = 'https://tokens.coingecko.com/uniswap/all.json' const COINGECKO_BNB_LIST = 'https://tokens.coingecko.com/binance-smart-chain/all.json' const COMPOUND_LIST = 'https://raw.githubusercontent.com/compound-finance/token-list/master/compound.tokenlist.json'