UNPKG

chain-registry

Version:
63 lines (62 loc) 1.85 kB
const info = [{ $schema: '../ibc_data.schema.json', chain1: { chainName: 'cosmoshub', chainId: 'cosmoshub-4', clientId: '07-tendermint-1307', connectionId: 'connection-1041' }, chain2: { chainName: 'joltify', chainId: 'joltify_1729-1', clientId: '07-tendermint-3', connectionId: 'connection-2' }, channels: [{ chain1: { channelId: 'channel-866', portId: 'transfer' }, chain2: { channelId: 'channel-2', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { preferred: true, status: 'ACTIVE' } }] }, { $schema: '../ibc_data.schema.json', chain1: { chainName: 'joltify', chainId: 'joltify_1729-1', clientId: '07-tendermint-4', connectionId: 'connection-1' }, chain2: { chainName: 'noble', chainId: 'noble-1', clientId: '07-tendermint-102', connectionId: 'connection-94' }, channels: [{ chain1: { channelId: 'channel-1', portId: 'transfer' }, chain2: { channelId: 'channel-81', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { preferred: true, status: 'ACTIVE' } }] }]; export default info;