UNPKG

chain-registry

Version:
161 lines (160 loc) 4.61 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = [ { $schema: '../ibc_data.schema.json', chain1: { chainName: 'furya', chainId: 'furya-1', clientId: '07-tendermint-3', connectionId: 'connection-2' }, chain2: { chainName: 'juno', chainId: 'juno-1', clientId: '07-tendermint-501', connectionId: 'connection-505' }, channels: [{ chain1: { channelId: 'channel-2', portId: 'transfer' }, chain2: { channelId: 'channel-417', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { preferred: true, status: 'ACTIVE' } }] }, { $schema: '../ibc_data.schema.json', chain1: { chainName: 'furya', chainId: 'furya-1', clientId: '07-tendermint-1', connectionId: 'connection-0' }, chain2: { chainName: 'kujira', chainId: 'kaiyo-1', clientId: '07-tendermint-160', connectionId: 'connection-123' }, channels: [{ chain1: { channelId: 'channel-0', portId: 'transfer' }, chain2: { channelId: 'channel-119', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { preferred: true, status: 'ACTIVE' } }] }, { $schema: '../ibc_data.schema.json', chain1: { chainName: 'furya', chainId: 'furya-1', clientId: '07-tendermint-5', connectionId: 'connection-4' }, chain2: { chainName: 'noble', chainId: 'noble-1', clientId: '07-tendermint-67', connectionId: 'connection-64' }, channels: [{ chain1: { channelId: 'channel-4', portId: 'transfer' }, chain2: { channelId: 'channel-42', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { preferred: true, status: 'ACTIVE' } }] }, { $schema: '../ibc_data.schema.json', chain1: { chainName: 'furya', chainId: 'furya-1', clientId: '07-tendermint-10', connectionId: 'connection-9' }, chain2: { chainName: 'osmosis', chainId: 'osmosis-1', clientId: '07-tendermint-3201', connectionId: 'connection-2658' }, channels: [{ chain1: { channelId: 'channel-8', portId: 'transfer' }, chain2: { channelId: 'channel-74222', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { preferred: true, status: 'ACTIVE' } }] }, { $schema: '../ibc_data.schema.json', chain1: { chainName: 'furya', chainId: 'furya-1', clientId: '07-tendermint-14', connectionId: 'connection-10' }, chain2: { chainName: 'terra2', chainId: 'phoenix-1', clientId: '07-tendermint-422', connectionId: 'connection-436' }, channels: [{ chain1: { channelId: 'channel-9', portId: 'transfer' }, chain2: { channelId: 'channel-495', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { preferred: true, status: 'ACTIVE' } }] } ]; exports.default = info;