UNPKG

chain-registry

Version:
95 lines (94 loc) 2.79 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = [ { $schema: '../../ibc_data.schema.json', chain1: { chainName: 'celestiatestnet3', chainId: 'mocha-4', clientId: '07-tendermint-0', connectionId: 'connection-0' }, chain2: { chainName: 'cosmoshubtestnet', chainId: 'theta-testnet-001', clientId: '07-tendermint-2382', connectionId: 'connection-2727' }, channels: [{ chain1: { channelId: 'channel-0', portId: 'transfer' }, chain2: { channelId: 'channel-3152', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { preferred: true, status: 'ACTIVE' } }] }, { $schema: '../../ibc_data.schema.json', chain1: { chainName: 'celestiatestnet3', chainId: 'mocha-4', clientId: '07-tendermint-118', connectionId: 'connection-98' }, chain2: { chainName: 'osmosistestnet', chainId: 'osmo-test-5', clientId: '07-tendermint-1445', connectionId: 'connection-1350' }, channels: [{ chain1: { channelId: 'channel-25', portId: 'transfer' }, chain2: { channelId: 'channel-4370', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { preferred: true, status: 'ACTIVE' } }] }, { $schema: '../../ibc_data.schema.json', chain1: { chainName: 'celestiatestnet3', chainId: 'mocha-4', clientId: '07-tendermint-615', connectionId: 'connection-551' }, chain2: { chainName: 'prysmdevnet', chainId: 'prysm-devnet-1', clientId: '07-tendermint-14', connectionId: 'connection-8' }, channels: [{ chain1: { channelId: 'channel-138', portId: 'transfer' }, chain2: { channelId: 'channel-4', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1' }] } ]; exports.default = info;