@chain-registry/v2
Version:
55 lines (54 loc) • 1.62 kB
JavaScript
const info = [{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'composabletestnet',
clientId: '07-tendermint-23',
connectionId: 'connection-18'
},
chain2: {
chainName: 'osmosistestnet',
clientId: '07-tendermint-273',
connectionId: 'connection-237'
},
channels: [{
chain1: {
channelId: 'channel-11',
portId: 'transfer'
},
chain2: {
channelId: 'channel-329',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}, {
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'composabletestnet',
clientId: '07-tendermint-218',
connectionId: 'connection-127'
},
chain2: {
chainName: 'prysmdevnet',
clientId: '07-tendermint-6',
connectionId: 'connection-3'
},
channels: [{
chain1: {
channelId: 'channel-50',
portId: 'transfer'
},
chain2: {
channelId: 'channel-3',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1'
}]
}];
export default info;