UNPKG

chain-registry

Version:
79 lines (78 loc) 2.38 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = [{ $schema: '../../ibc_data.schema.json', chain1: { chainName: 'nobletestnet', chainId: 'grand-1', clientId: '07-tendermint-423', connectionId: 'connection-390' }, chain2: { chainName: 'xiontestnet2', chainId: 'xion-testnet-2', clientId: '07-tendermint-3', connectionId: 'connection-3' }, channels: [{ chain1: { channelId: 'channel-333', portId: 'transfer' }, chain2: { channelId: 'channel-3', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { preferred: true, status: 'ACTIVE' } }] }, { $schema: '../../ibc_data.schema.json', chain1: { chainName: 'osmosistestnet', chainId: 'osmo-test-5', clientId: '07-tendermint-4492', connectionId: 'connection-3926' }, chain2: { chainName: 'xiontestnet2', chainId: 'xion-testnet-2', clientId: '07-tendermint-2', connectionId: 'connection-2' }, channels: [{ chain1: { channelId: 'channel-10231', portId: 'transfer' }, chain2: { channelId: 'channel-2', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { preferred: true, status: 'ACTIVE' } }, { chain1: { channelId: 'channel-10381', portId: 'icqhost' }, chain2: { channelId: 'channel-10', portId: 'feeabs' }, ordering: 'unordered', version: 'icq-1', tags: { status: 'ACTIVE' } }] }]; exports.default = info;