UNPKG

chain-registry

Version:
99 lines (98 loc) 2.83 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = [ { $schema: '../ibc_data.schema.json', chain1: { chainName: 'dungeon', chainId: 'dungeon-1', clientId: '07-tendermint-37', connectionId: 'connection-8639' }, chain2: { chainName: 'passage', chainId: 'passage-2', clientId: '07-tendermint-22', connectionId: 'connection-18' }, channels: [{ chain1: { channelId: 'channel-5318', portId: 'transfer' }, chain2: { channelId: 'channel-13', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { status: 'ACTIVE', preferred: true } }] }, { $schema: '../ibc_data.schema.json', chain1: { chainName: 'osmosis', chainId: 'osmosis-1', clientId: '07-tendermint-2935', connectionId: 'connection-2430' }, chain2: { chainName: 'passage', chainId: 'passage-2', clientId: '07-tendermint-1', connectionId: 'connection-1' }, channels: [{ chain1: { channelId: 'channel-2494', portId: 'transfer' }, chain2: { channelId: 'channel-0', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { preferred: true, status: 'ACTIVE' } }] }, { $schema: '../ibc_data.schema.json', chain1: { chainName: 'passage', chainId: 'passage-2', clientId: '07-tendermint-8', connectionId: 'connection-8' }, chain2: { chainName: 'picasso', chainId: '2087', clientId: '07-tendermint-225', connectionId: 'connection-118' }, channels: [{ chain1: { channelId: 'channel-7', portId: 'transfer' }, chain2: { channelId: 'channel-80', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { preferred: true, status: 'ACTIVE' } }] } ]; exports.default = info;