@chain-registry/v2
Version:
121 lines (120 loc) • 3.41 kB
JavaScript
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'babylon',
clientId: '07-tendermint-4',
connectionId: 'connection-4'
},
chain2: {
chainName: 'milkyway',
clientId: '07-tendermint-6',
connectionId: 'connection-4'
},
channels: [{
chain1: {
channelId: 'channel-4',
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: 'celestia',
clientId: '07-tendermint-94',
connectionId: 'connection-64'
},
chain2: {
chainName: 'milkyway',
clientId: '07-tendermint-2',
connectionId: 'connection-1'
},
channels: [{
chain1: {
channelId: 'channel-49',
portId: 'transfer'
},
chain2: {
channelId: 'channel-1',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'initia',
clientId: '07-tendermint-42',
connectionId: 'connection-40'
},
chain2: {
chainName: 'milkyway',
clientId: '07-tendermint-7',
connectionId: 'connection-5'
},
channels: [{
chain1: {
channelId: 'channel-80',
portId: 'transfer'
},
chain2: {
channelId: 'channel-5',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'milkyway',
clientId: '07-tendermint-1',
connectionId: 'connection-0'
},
chain2: {
chainName: 'osmosis',
clientId: '07-tendermint-3364',
connectionId: 'connection-2821'
},
channels: [{
chain1: {
channelId: 'channel-0',
portId: 'transfer'
},
chain2: {
channelId: 'channel-89298',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}
];
export default info;