@chain-registry/v2
Version:
91 lines (90 loc) • 2.54 kB
JavaScript
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'cosmoshub',
clientId: '07-tendermint-1157',
connectionId: 'connection-879'
},
chain2: {
chainName: 'realio',
clientId: '07-tendermint-2',
connectionId: 'connection-2'
},
channels: [{
chain1: {
channelId: 'channel-645',
portId: 'transfer'
},
chain2: {
channelId: 'channel-2',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'kujira',
clientId: '07-tendermint-155',
connectionId: 'connection-119'
},
chain2: {
chainName: 'realio',
clientId: '07-tendermint-6',
connectionId: 'connection-4'
},
channels: [{
chain1: {
channelId: 'channel-115',
portId: 'transfer'
},
chain2: {
channelId: 'channel-4',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'osmosis',
clientId: '07-tendermint-2849',
connectionId: 'connection-2361'
},
chain2: {
chainName: 'realio',
clientId: '07-tendermint-1',
connectionId: 'connection-1'
},
channels: [{
chain1: {
channelId: 'channel-1424',
portId: 'transfer'
},
chain2: {
channelId: 'channel-1',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}
];
export default info;