Variable TOKEN_LISTConst

TOKEN_LIST: SeiTokens = ...

A constant that maps each Sei networks to its respective tokens, imported from the community ran assetlist.

Important: This token list is community-driven and subject to change. Always verify and filter tokens yourself before use in any production environment.

import { TOKEN_LIST } from '@sei-js/registry';

const uSei = TOKEN_LIST['pacific-1'].find((asset) => asset.symbol === 'sei');