@sei-js/registry
Version:
TypeScript library for Sei chain constants and assets
14 lines (13 loc) • 317 B
JavaScript
export * from './tokens';
export * from './chain-info';
export * from './gas';
export * from './networks';
export * from './ibc';
/**
* An object for referencing the official Sei network chain identifiers.
*/
export const CHAIN_IDS = {
mainnet: 'pacific-1',
testnet: 'atlantic-2',
devnet: 'arctic-1'
};