chain-registry
Version:
33 lines (32 loc) • 965 B
JavaScript
const info = [{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'lumeratestnet',
chainId: 'lumera-testnet-2',
clientId: '07-tendermint-2',
connectionId: 'connection-1'
},
chain2: {
chainName: 'osmosistestnet',
chainId: 'osmo-test-5',
clientId: '07-tendermint-4899',
connectionId: 'connection-4268'
},
channels: [{
chain1: {
channelId: 'channel-0',
portId: 'transfer'
},
chain2: {
channelId: 'channel-10884',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
}];
export default info;