UNPKG

chain-registry

Version:
65 lines (64 loc) 1.92 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = [{ $schema: '../ibc_data.schema.json', chain1: { chainName: 'bostrom', chainId: 'bostrom', clientId: '07-tendermint-15', connectionId: 'connection-10' }, chain2: { chainName: 'cosmoshub', chainId: 'cosmoshub-4', clientId: '07-tendermint-764', connectionId: 'connection-553' }, channels: [{ chain1: { channelId: 'channel-8', portId: 'transfer' }, chain2: { channelId: 'channel-341', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { preferred: true, status: 'ACTIVE' } }] }, { $schema: '../ibc_data.schema.json', chain1: { chainName: 'bostrom', chainId: 'bostrom', clientId: '07-tendermint-5', connectionId: 'connection-2' }, chain2: { chainName: 'osmosis', chainId: 'osmosis-1', clientId: '07-tendermint-1597', connectionId: 'connection-1255' }, channels: [{ chain1: { channelId: 'channel-2', portId: 'transfer' }, chain2: { channelId: 'channel-95', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { preferred: true, status: 'ACTIVE' } }] }]; exports.default = info;