1.0.1 • Published 1 year ago

@sei-js/registry v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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')