Variable IBC_INFOConst

IBC_INFO: IBCInfo = ...

A constant that holds the IBC channel information for each network, imported from the official Sei chain-registry

import { IBC_INFO } from '@sei-js/registry';

const pacific1 = IBC_INFO['pacific-1'].find((ibcInfo) => ibcInfo.counterparty_chain_name === 'cosmoshub-4');