Const
A constant that holds the chain information, imported from the official Sei chain-registry.
import { CHAIN_INFO } from '@sei-js/registry';console.log(CHAIN_INFO.bech32_prefix); // 'sei' Copy
import { CHAIN_INFO } from '@sei-js/registry';console.log(CHAIN_INFO.bech32_prefix); // 'sei'
A constant that holds the chain information, imported from the official Sei chain-registry.