@sei-js/registry
v1.0.1
Published
TypeScript library for Sei chain constants and assets
Downloads
83
Readme
@sei-js/registry
This package contains TypeScript typed exports for the Sei registry repository as well as the community asset-list repository.
Installation
yarn add @sei-js/registry
Usage
import { TOKEN_LIST, NETWORKS, IBC_INFO, GAS_INFO } from '@sei-js/registry'
const uAtom = TOKEN_LIST.find(asset => asset.denom === 'uatom')