UNPKG

chain-registry

Version:
94 lines (93 loc) 2.65 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = [ { $schema: '../ibc_data.schema.json', chain1: { chainName: 'kujira', clientId: '07-tendermint-156', connectionId: 'connection-120' }, chain2: { chainName: 'nomic', clientId: '07-tendermint-0', connectionId: 'connection-0' }, channels: [{ chain1: { channelId: 'channel-116', 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: 'neutron', clientId: '07-tendermint-154', connectionId: 'connection-114' }, chain2: { chainName: 'nomic', clientId: '07-tendermint-11', connectionId: 'connection-10' }, channels: [{ chain1: { channelId: 'channel-6478', portId: 'transfer' }, chain2: { channelId: 'channel-4', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { status: 'live', preferred: true } }] }, { $schema: '../ibc_data.schema.json', chain1: { chainName: 'nomic', clientId: '07-tendermint-1', connectionId: 'connection-1' }, chain2: { chainName: 'osmosis', clientId: '07-tendermint-3010', connectionId: 'connection-2501' }, channels: [{ chain1: { channelId: 'channel-1', portId: 'transfer' }, chain2: { channelId: 'channel-6897', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { status: 'live', preferred: true, dex: 'osmosis' } }] } ]; exports.default = info;