Skip to content

Commit 62c3cdf

Browse files
committed
feat: add mycrypto, uni, zapper lists
1 parent fa0cb2b commit 62c3cdf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/constants/lists.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ const COINGECKO_LIST = 'https://tokens.coingecko.com/uniswap/all.json'
55
const COMPOUND_LIST = 'https://raw.githubusercontent.com/compound-finance/token-list/master/compound.tokenlist.json'
66
const GEMINI_LIST = 'https://www.gemini.com/uniswap/manifest.json'
77
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'
811
export const OPTIMISM_LIST = 'https://static.optimism.io/optimism.tokenlist.json'
912
const ROLL_LIST = 'https://app.tryroll.com/tokens.json'
1013
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[] = [
2629
KLEROS_LIST,
2730
OPTIMISM_LIST,
2831
GEMINI_LIST,
32+
ZAPPERFI_LIST,
33+
MYCRYPTO_LIST,
34+
UNISWAP_DEFAULT_LIST,
2935
...UNSUPPORTED_LIST_URLS, // need to load unsupported tokens as well
3036
]
3137

0 commit comments

Comments
 (0)