UNPKG

chain-registry

Version:
63 lines (62 loc) 1.9 kB
const info = [{ $schema: '../../ibc_data.schema.json', chain1: { chainName: 'axelartestnet', chainId: 'axelar-testnet-lisbon-3', clientId: '07-tendermint-855', connectionId: 'connection-659' }, chain2: { chainName: 'lavatestnet', chainId: 'lava-testnet-2', clientId: '07-tendermint-10', connectionId: 'connection-10' }, channels: [{ chain1: { channelId: 'channel-444', portId: 'transfer' }, chain2: { channelId: 'channel-4', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { preferred: true, status: 'ACTIVE' } }] }, { $schema: '../../ibc_data.schema.json', chain1: { chainName: 'lavatestnet', chainId: 'lava-testnet-2', clientId: '07-tendermint-11', connectionId: 'connection-11' }, chain2: { chainName: 'osmosistestnet', chainId: 'osmo-test-5', clientId: '07-tendermint-2554', connectionId: 'connection-2401' }, channels: [{ chain1: { channelId: 'channel-5', portId: 'transfer' }, chain2: { channelId: 'channel-6092', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { preferred: true, status: 'ACTIVE' } }] }]; export default info;