UNPKG

@chain-registry/v2

Version:
91 lines (90 loc) 2.6 kB
const info = [ { $schema: '../../ibc_data.schema.json', chain1: { chainName: 'cosmoshubtestnet', clientId: '07-tendermint-2073', connectionId: 'connection-2418' }, chain2: { chainName: 'empowertestnet', clientId: '07-tendermint-3', connectionId: 'connection-2' }, channels: [{ chain1: { channelId: 'channel-2765', 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: 'empowertestnet', clientId: '07-tendermint-1', connectionId: 'connection-0' }, chain2: { chainName: 'osmosistestnet', clientId: '07-tendermint-146', connectionId: 'connection-157' }, channels: [{ chain1: { channelId: 'channel-0', portId: 'transfer' }, chain2: { channelId: 'channel-155', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { status: 'live', preferred: true } }] }, { $schema: '../../ibc_data.schema.json', chain1: { chainName: 'empowertestnet', clientId: '07-tendermint-2', connectionId: 'connection-1' }, chain2: { chainName: 'stargazetestnet', clientId: '07-tendermint-450', connectionId: 'connection-469' }, channels: [{ chain1: { channelId: 'channel-1', portId: 'transfer' }, chain2: { channelId: 'channel-459', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { status: 'live', preferred: true } }] } ]; export default info;