UNPKG

chain-registry

Version:
56 lines (55 loc) 1.68 kB
const info = [{ $schema: '../../ibc_data.schema.json', chain_1: { chain_name: 'osmosistestnet', client_id: '07-tendermint-19', connection_id: 'connection-14' }, chain_2: { chain_name: 'quicksilvertestnet', client_id: '07-tendermint-6', connection_id: 'connection-4' }, channels: [{ chain_1: { channel_id: 'channel-13', port_id: 'transfer' }, chain_2: { channel_id: 'channel-20', port_id: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { status: 'live', preferred: true, dex: 'osmosis' } }] }, { $schema: '../../ibc_data.schema.json', chain_1: { chain_name: 'prysmdevnet', client_id: '07-tendermint-16', connection_id: 'connection-9' }, chain_2: { chain_name: 'quicksilvertestnet', client_id: '07-tendermint-4', connection_id: 'connection-3' }, channels: [{ chain_1: { channel_id: 'channel-5', port_id: 'transfer' }, chain_2: { channel_id: 'channel-3', port_id: 'transfer' }, ordering: 'unordered', version: 'ics20-1' }] }]; export default info;