UNPKG

@sei-js/registry

Version:

TypeScript library for Sei chain constants and assets

13 lines (12 loc) 432 B
import WalletsJSON from '../../chain-registry/wallets.json'; /** * A constant holding the collection of wallet extensions, imported from the official Sei [chain-registry](https://github.com/sei-protocol/chain-registry). * * @example * ```tsx * import { WALLETS } from '@sei-js/registry'; * * const compass = WALLETS.find((wallet) => wallet.identifier === 'compass'); * ``` */ export const WALLETS = WalletsJSON.extensions;