UNPKG

chain-registry

Version:
156 lines (155 loc) 4.47 kB
const info = [ { $schema: '../../ibc_data.schema.json', chain1: { chainName: 'akashtestnet1', chainId: 'sandbox-01', clientId: '07-tendermint-4', connectionId: 'connection-4' }, chain2: { chainName: 'archwaytestnet', chainId: 'constantine-3', clientId: '07-tendermint-45', connectionId: 'connection-39' }, channels: [{ chain1: { channelId: 'channel-4', portId: 'transfer' }, chain2: { channelId: 'channel-34', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { status: 'ACTIVE' } }] }, { $schema: '../../ibc_data.schema.json', chain1: { chainName: 'archwaytestnet', chainId: 'constantine-3', clientId: '07-tendermint-70', connectionId: 'connection-60' }, chain2: { chainName: 'axelartestnet', chainId: 'axelar-testnet-lisbon-3', clientId: '07-tendermint-603', connectionId: 'connection-418' }, channels: [{ chain1: { channelId: 'channel-50', portId: 'transfer' }, chain2: { channelId: 'channel-305', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { status: 'ACTIVE' } }] }, { $schema: '../../ibc_data.schema.json', chain1: { chainName: 'archwaytestnet', chainId: 'constantine-3', clientId: '07-tendermint-0', connectionId: 'connection-119' }, chain2: { chainName: 'jackaltestnet2', chainId: 'mesomelas-1', clientId: '07-tendermint-0', connectionId: 'connection-0' }, channels: [{ chain1: { channelId: 'channel-368', portId: 'transfer' }, chain2: { channelId: 'channel-1', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { status: 'ACTIVE' } }] }, { $schema: '../../ibc_data.schema.json', chain1: { chainName: 'archwaytestnet', chainId: 'constantine-3', clientId: '07-tendermint-121', connectionId: 'connection-120' }, chain2: { chainName: 'osmosistestnet', chainId: 'osmo-test-5', clientId: '07-tendermint-3459', connectionId: 'connection-3027' }, channels: [ { chain1: { channelId: 'channel-225', portId: 'transfer' }, chain2: { channelId: 'channel-7779', portId: 'transfer' }, ordering: 'unordered', version: 'ics20-1', tags: { status: 'ACTIVE' } }, { chain1: { channelId: '*', portId: 'wasm.*' }, chain2: { channelId: '*', portId: 'icahost' }, ordering: 'ordered', version: 'ics27-1', tags: { status: 'ACTIVE' } }, { chain1: { channelId: '*', portId: 'wasm.*' }, chain2: { channelId: '*', portId: 'icqhost' }, ordering: 'unordered', version: 'icq-1', tags: { status: 'ACTIVE' } } ] } ]; export default info;