UNPKG

@sei-js/registry

Version:

TypeScript library for Sei chain constants and assets

19 lines (18 loc) 674 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.CHAIN_INFO = void 0; const chain_info_json_1 = __importDefault(require("../../chain-registry/chain_info.json")); /** * A constant that holds the chain information, imported from the official Sei [chain-registry](https://github.com/sei-protocol/chain-registry). * * @example * ```tsx * import { CHAIN_INFO } from '@sei-js/registry'; * * console.log(CHAIN_INFO.bech32_prefix); // 'sei' * ``` */ exports.CHAIN_INFO = chain_info_json_1.default;