@sei-js/registry
Version:
TypeScript library for Sei chain constants and assets
15 lines (11 loc) • 370 B
Markdown
This package contains TypeScript typed exports for the Sei registry repository as well as the community asset-list repository.
```bash
yarn add @sei-js/registry
```
```typescript
import { TOKEN_LIST, NETWORKS, IBC_INFO, GAS_INFO } from '@sei-js/registry'
const uAtom = TOKEN_LIST.find(asset => asset.denom === 'uatom')
```