UNPKG

chain-registry

Version:
56 lines (55 loc) 1.65 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = [{ $schema: '../../ibc_data.schema.json', chain1: { chainName: 'archwaytestnet', clientId: '07-tendermint-0', connectionId: 'connection-119' }, chain2: { chainName: 'jackaltestnet2', clientId: '07-tendermint-0', connectionId: 'connection-0' }, channels: [{ chain1: { channelId: 'channel-368', portId: 'transfer' }, chain2: { channelId: 'channel-1', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { status: 'live' } }] }, { $schema: '../../ibc_data.schema.json', chain1: { chainName: 'jackaltestnet2', clientId: '07-tendermint-2', connectionId: 'connection-2' }, chain2: { chainName: 'prysmdevnet', clientId: '07-tendermint-17', connectionId: 'connection-10' }, channels: [{ chain1: { channelId: 'channel-2', portId: 'transfer' }, chain2: { channelId: 'channel-6', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1' }] }]; exports.default = info;