Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Reference: sushi/evm Token List

The token-list module re-exports @uniswap/token-lists and Sushiโ€™s token-list URL constants.

Exports

ExportPurpose
BA_LISTBlockchain Association SEC notice list URL.
UNSUPPORTED_TOKEN_LIST_URLSToken-list URLs used for unsupported-token loading.
UNI_LIST, UNI_EXTENDED_LISTUniswap token-list URLs.
OPTIMISM_LISTOptimism token-list URL.
ARBITRUM_LISTArbitrum token-list URL.
CELO_LISTCelo token-list URL.
PLASMA_BNB_LISTPlasma BNB token-list URL.
LINEA_LISTLinea token-list URL.
PANCAKESWAP_EXTENDED, PANCAKESWAP_COINGECKO, PANCAKESWAP_BNBPancakeSwap token-list URLs.
DEFAULT_TOKEN_LIST_OF_TOKEN_LISTS_TO_DISPLAYDefault ordered list of displayed token-list URLs.
DEFAULT_LIST_OF_LISTSDisplayed token lists plus unsupported-token lists.
DEFAULT_ACTIVE_LIST_URLSDefault active token-list URLs.
BLACKLIST_TOKEN_IDSToken IDs excluded by default.
@uniswap/token-lists exportsToken-list types and utilities re-exported from the dependency.
import {
  DEFAULT_ACTIVE_LIST_URLS,
  DEFAULT_LIST_OF_LISTS,
  type TokenList,
} from 'sushi/evm'
 
function countTokens(list: TokenList) {
  return list.tokens.length
}
 
DEFAULT_ACTIVE_LIST_URLS
DEFAULT_LIST_OF_LISTS