Commit 0805b2d9 authored by Ian Lapham's avatar Ian Lapham Committed by GitHub

update defaults (#1955)

parent 6c8fc5a7
...@@ -3,10 +3,8 @@ ...@@ -3,10 +3,8 @@
const COMPOUND_LIST = 'https://raw.githubusercontent.com/compound-finance/token-list/master/compound.tokenlist.json' 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 UMA_LIST = 'https://umaproject.org/uma.tokenlist.json'
const AAVE_LIST = 'tokenlist.aave.eth' const AAVE_LIST = 'tokenlist.aave.eth'
const SYNTHETIX_LIST = 'synths.snx.eth'
const WRAPPED_LIST = 'wrapped.tokensoft.eth' const WRAPPED_LIST = 'wrapped.tokensoft.eth'
const SET_LIST = 'https://raw.githubusercontent.com/SetProtocol/uniswap-tokenlist/main/set.tokenlist.json' 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 ROLL_LIST = 'https://app.tryroll.com/tokens.json'
const COINGECKO_LIST = 'https://tokens.coingecko.com/uniswap/all.json' const COINGECKO_LIST = 'https://tokens.coingecko.com/uniswap/all.json'
const CMC_ALL_LIST = 'defi.cmc.eth' const CMC_ALL_LIST = 'defi.cmc.eth'
...@@ -21,11 +19,9 @@ export const UNSUPPORTED_LIST_URLS: string[] = [BA_LIST] ...@@ -21,11 +19,9 @@ export const UNSUPPORTED_LIST_URLS: string[] = [BA_LIST]
export const DEFAULT_LIST_OF_LISTS: string[] = [ export const DEFAULT_LIST_OF_LISTS: string[] = [
COMPOUND_LIST, COMPOUND_LIST,
AAVE_LIST, AAVE_LIST,
SYNTHETIX_LIST,
UMA_LIST, UMA_LIST,
WRAPPED_LIST, WRAPPED_LIST,
SET_LIST, SET_LIST,
OPYN_LIST,
ROLL_LIST, ROLL_LIST,
COINGECKO_LIST, COINGECKO_LIST,
CMC_ALL_LIST, CMC_ALL_LIST,
......
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