UNPKG

chain-registry

Version:
39 lines (38 loc) 1.24 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = [{ $schema: '../ibc_data.schema.json', chain1: { chainName: 'manifest', chainId: 'manifest-ledger-mainnet', clientId: '07-tendermint-0', connectionId: 'connection-1' }, chain2: { chainName: 'osmosis', chainId: 'osmosis-1', clientId: '07-tendermint-3448', connectionId: 'connection-10605' }, channels: [{ chain1: { channelId: 'channel-0', portId: 'transfer', clientId: '07-tendermint-0', connectionId: 'connection-1' }, chain2: { channelId: 'channel-100418', portId: 'transfer', clientId: '07-tendermint-3448', connectionId: 'connection-10605' }, ordering: 'unordered', version: 'ics20-1', tags: { preferred: true, status: 'ACTIVE' } }] }]; exports.default = info;