UNPKG

chain-registry

Version:
37 lines (36 loc) 1.16 kB
const info = [{ $schema: '../ibc_data.schema.json', chain1: { chainName: 'manifest', chainId: 'manifest-ledger-mainnet', clientId: '07-tendermint-0', connectionId: 'connection-1' }, chain2: { chainName: 'osmosis', chainId: 'osmosis-1', clientId: '07-tendermint-3448', connectionId: 'connection-10605' }, channels: [{ chain1: { channelId: 'channel-0', portId: 'transfer', clientId: '07-tendermint-0', connectionId: 'connection-1' }, chain2: { channelId: 'channel-100418', portId: 'transfer', clientId: '07-tendermint-3448', connectionId: 'connection-10605' }, ordering: 'unordered', version: 'ics20-1', tags: { preferred: true, status: 'ACTIVE' } }] }]; export default info;