@chain-registry/v2
Version:
87 lines (86 loc) • 2.49 kB
JavaScript
const info = [
{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'celestiatestnet3',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
chain2: {
chainName: 'cosmoshubtestnet',
clientId: '07-tendermint-2382',
connectionId: 'connection-2727'
},
channels: [{
chain1: {
channelId: 'channel-0',
portId: 'transfer'
},
chain2: {
channelId: 'channel-3152',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'celestiatestnet3',
clientId: '07-tendermint-118',
connectionId: 'connection-98'
},
chain2: {
chainName: 'osmosistestnet',
clientId: '07-tendermint-1445',
connectionId: 'connection-1350'
},
channels: [{
chain1: {
channelId: 'channel-25',
portId: 'transfer'
},
chain2: {
channelId: 'channel-4370',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'celestiatestnet3',
clientId: '07-tendermint-615',
connectionId: 'connection-551'
},
chain2: {
chainName: 'prysmdevnet',
clientId: '07-tendermint-14',
connectionId: 'connection-8'
},
channels: [{
chain1: {
channelId: 'channel-138',
portId: 'transfer'
},
chain2: {
channelId: 'channel-4',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1'
}]
}
];
export default info;