UNPKG

chain-registry

Version:
117 lines (116 loc) 3.36 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = [ { $schema: '../ibc_data.schema.json', chain_1: { chain_name: 'cosmoshub', client_id: '07-tendermint-432', connection_id: 'connection-365' }, chain_2: { chain_name: 'emoney', client_id: '07-tendermint-8', connection_id: 'connection-3' }, channels: [{ chain_1: { channel_id: 'channel-202', port_id: 'transfer' }, chain_2: { channel_id: 'channel-1', port_id: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: {} }] }, { $schema: '../ibc_data.schema.json', chain_1: { chain_name: 'emoney', client_id: '07-tendermint-10', connection_id: 'connection-4' }, chain_2: { chain_name: 'irisnet', client_id: '07-tendermint-46', connection_id: 'connection-34' }, channels: [{ chain_1: { channel_id: 'channel-2', port_id: 'transfer' }, chain_2: { channel_id: 'channel-23', port_id: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: {} }] }, { $schema: '../ibc_data.schema.json', chain_1: { chain_name: 'emoney', client_id: '07-tendermint-51', connection_id: 'connection-20' }, chain_2: { chain_name: 'juno', client_id: '07-tendermint-24', connection_id: 'connection-16' }, channels: [{ chain_1: { channel_id: 'channel-15', port_id: 'transfer' }, chain_2: { channel_id: 'channel-9', port_id: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { status: 'live', preferred: true } }] }, { $schema: '../ibc_data.schema.json', chain_1: { chain_name: 'emoney', client_id: '07-tendermint-7', connection_id: 'connection-2' }, chain_2: { chain_name: 'osmosis', client_id: '07-tendermint-1447', connection_id: 'connection-1132' }, channels: [{ chain_1: { channel_id: 'channel-0', port_id: 'transfer' }, chain_2: { channel_id: 'channel-37', port_id: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { status: 'live', preferred: true, dex: 'osmosis' } }] } ]; exports.default = info;