update defaults (#1955)
This commit is contained in:
parent
6c8fc5a7f6
commit
0805b2d9b8
@ -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]
|
|||||||
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user