UNPKG

chain-registry

Version:
153 lines (152 loc) 4.42 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = [ { $schema: '../ibc_data.schema.json', chain_1: { chain_name: 'furya', client_id: '07-tendermint-3', connection_id: 'connection-2' }, chain_2: { chain_name: 'juno', client_id: '07-tendermint-501', connection_id: 'connection-505' }, channels: [{ chain_1: { channel_id: 'channel-2', port_id: 'transfer' }, chain_2: { channel_id: 'channel-417', port_id: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { status: 'live', preferred: true } }] }, { $schema: '../ibc_data.schema.json', chain_1: { chain_name: 'furya', client_id: '07-tendermint-1', connection_id: 'connection-0' }, chain_2: { chain_name: 'kujira', client_id: '07-tendermint-160', connection_id: 'connection-123' }, channels: [{ chain_1: { channel_id: 'channel-0', port_id: 'transfer' }, chain_2: { channel_id: 'channel-119', port_id: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { status: 'live', preferred: true } }] }, { $schema: '../ibc_data.schema.json', chain_1: { chain_name: 'furya', client_id: '07-tendermint-5', connection_id: 'connection-4' }, chain_2: { chain_name: 'noble', client_id: '07-tendermint-67', connection_id: 'connection-64' }, channels: [{ chain_1: { channel_id: 'channel-4', port_id: 'transfer' }, chain_2: { channel_id: 'channel-42', port_id: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { status: 'live', preferred: true, dex: 'osmosis' } }] }, { $schema: '../ibc_data.schema.json', chain_1: { chain_name: 'furya', client_id: '07-tendermint-10', connection_id: 'connection-9' }, chain_2: { chain_name: 'osmosis', client_id: '07-tendermint-3201', connection_id: 'connection-2658' }, channels: [{ chain_1: { channel_id: 'channel-8', port_id: 'transfer' }, chain_2: { channel_id: 'channel-74222', port_id: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { status: 'live', preferred: true, dex: 'osmosis' } }] }, { $schema: '../ibc_data.schema.json', chain_1: { chain_name: 'furya', client_id: '07-tendermint-14', connection_id: 'connection-10' }, chain_2: { chain_name: 'terra2', client_id: '07-tendermint-422', connection_id: 'connection-436' }, channels: [{ chain_1: { channel_id: 'channel-9', port_id: 'transfer' }, chain_2: { channel_id: 'channel-495', port_id: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { status: 'live', preferred: true } }] } ]; exports.default = info;