UNPKG

chain-registry

Version:
122 lines (121 loc) 3.45 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = [ { $schema: '../ibc_data.schema.json', chain1: { chainName: 'axelar', clientId: '07-tendermint-226', connectionId: 'connection-211' }, chain2: { chainName: 'self', clientId: '07-tendermint-2', connectionId: 'connection-2' }, channels: [{ chain1: { channelId: 'channel-157', portId: 'transfer' }, chain2: { channelId: 'channel-2', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { status: 'live', preferred: true } }] }, { $schema: '../ibc_data.schema.json', chain1: { chainName: 'cosmoshub', clientId: '07-tendermint-1310', connectionId: 'connection-1043' }, chain2: { chainName: 'self', clientId: '07-tendermint-0', connectionId: 'connection-0' }, channels: [{ chain1: { channelId: 'channel-892', portId: 'transfer' }, chain2: { channelId: 'channel-0', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { status: 'live', preferred: true } }] }, { $schema: '../ibc_data.schema.json', chain1: { chainName: 'osmosis', clientId: '07-tendermint-3213', connectionId: 'connection-2684' }, chain2: { chainName: 'self', clientId: '07-tendermint-1', connectionId: 'connection-1' }, channels: [{ chain1: { channelId: 'channel-78292', portId: 'transfer' }, chain2: { channelId: 'channel-1', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { status: 'live', preferred: true } }] }, { $schema: '../ibc_data.schema.json', chain1: { chainName: 'routerchain', clientId: '07-tendermint-11', connectionId: 'connection-10' }, chain2: { chainName: 'self', clientId: '07-tendermint-6', connectionId: 'connection-6' }, channels: [{ chain1: { channelId: 'channel-8', portId: 'transfer' }, chain2: { channelId: 'channel-6', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { status: 'live', preferred: true } }] } ]; exports.default = info;