Module registry

@sei-js/registry

This package contains TypeScript typed exports for the Sei registry repository as well as the community asset-list repository.

yarn add @sei-js/registry
import { TOKEN_LIST, NETWORKS, IBC_INFO, GAS_INFO } from '@sei-js/registry'

const uAtom = TOKEN_LIST.find(asset => asset.denom === 'uatom')

Interfaces

ChainGasInfo
ChainInfo
ChannelInfo
DenomUnit
ModuleAdjustments
NetworkConfig
Token

Type Aliases

Network

Variables

CHAIN_IDS
CHAIN_INFO
GAS_INFO
IBC_INFO
NETWORKS
TOKEN_LIST