File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ const COINGECKO_LIST = 'https://tokens.coingecko.com/uniswap/all.json'
5
5
const COMPOUND_LIST = 'https://raw.githubusercontent.com/compound-finance/token-list/master/compound.tokenlist.json'
6
6
const GEMINI_LIST = 'https://www.gemini.com/uniswap/manifest.json'
7
7
const KLEROS_LIST = 't2crtokens.eth'
8
+ const ZAPPERFI_LIST = 'https://zapper.fi/api/token-list'
9
+ const MYCRYPTO_LIST = 'https://uniswap.mycryptoapi.com/'
10
+ const UNISWAP_DEFAULT_LIST = 'https://gateway.ipfs.io/ipns/tokens.uniswap.org'
8
11
export const OPTIMISM_LIST = 'https://static.optimism.io/optimism.tokenlist.json'
9
12
const ROLL_LIST = 'https://app.tryroll.com/tokens.json'
10
13
const SET_LIST = 'https://raw.githubusercontent.com/SetProtocol/uniswap-tokenlist/main/set.tokenlist.json'
@@ -26,6 +29,9 @@ export const DEFAULT_LIST_OF_LISTS: string[] = [
26
29
KLEROS_LIST ,
27
30
OPTIMISM_LIST ,
28
31
GEMINI_LIST ,
32
+ ZAPPERFI_LIST ,
33
+ MYCRYPTO_LIST ,
34
+ UNISWAP_DEFAULT_LIST ,
29
35
...UNSUPPORTED_LIST_URLS , // need to load unsupported tokens as well
30
36
]
31
37
You can’t perform that action at this time.
0 commit comments