From 0805b2d9b83e6ad73fe44c89b00b838e374c09f7 Mon Sep 17 00:00:00 2001 From: Ian Lapham Date: Fri, 2 Jul 2021 13:24:04 -0400 Subject: [PATCH] update defaults (#1955) --- src/constants/lists.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/constants/lists.ts b/src/constants/lists.ts index 823620a0cd..0456683308 100644 --- a/src/constants/lists.ts +++ b/src/constants/lists.ts @@ -3,10 +3,8 @@ const COMPOUND_LIST = 'https://raw.githubusercontent.com/compound-finance/token-list/master/compound.tokenlist.json' const UMA_LIST = 'https://umaproject.org/uma.tokenlist.json' const AAVE_LIST = 'tokenlist.aave.eth' -const SYNTHETIX_LIST = 'synths.snx.eth' const WRAPPED_LIST = 'wrapped.tokensoft.eth' const SET_LIST = 'https://raw.githubusercontent.com/SetProtocol/uniswap-tokenlist/main/set.tokenlist.json' -const OPYN_LIST = 'https://raw.githubusercontent.com/opynfinance/opyn-tokenlist/master/opyn-v1.tokenlist.json' const ROLL_LIST = 'https://app.tryroll.com/tokens.json' const COINGECKO_LIST = 'https://tokens.coingecko.com/uniswap/all.json' const CMC_ALL_LIST = 'defi.cmc.eth' @@ -21,11 +19,9 @@ export const UNSUPPORTED_LIST_URLS: string[] = [BA_LIST] export const DEFAULT_LIST_OF_LISTS: string[] = [ COMPOUND_LIST, AAVE_LIST, - SYNTHETIX_LIST, UMA_LIST, WRAPPED_LIST, SET_LIST, - OPYN_LIST, ROLL_LIST, COINGECKO_LIST, CMC_ALL_LIST,