chain-registry
Version:
146 lines (145 loc) • 4.16 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'axelar',
clientId: '07-tendermint-168',
connectionId: 'connection-150'
},
chain2: {
chainName: 'impacthub',
clientId: '07-tendermint-54',
connectionId: 'connection-40'
},
channels: [{
chain1: {
channelId: 'channel-114',
portId: 'transfer'
},
chain2: {
channelId: 'channel-23',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'cosmoshub',
clientId: '07-tendermint-434',
connectionId: 'connection-368'
},
chain2: {
chainName: 'impacthub',
clientId: '07-tendermint-9',
connectionId: 'connection-9'
},
channels: [{
chain1: {
channelId: 'channel-204',
portId: 'transfer'
},
chain2: {
channelId: 'channel-1',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'impacthub',
clientId: '07-tendermint-59',
connectionId: 'connection-43'
},
chain2: {
chainName: 'noble',
clientId: '07-tendermint-20',
connectionId: 'connection-29'
},
channels: [{
chain1: {
channelId: 'channel-26',
portId: 'transfer'
},
chain2: {
channelId: 'channel-15',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'impacthub',
clientId: '07-tendermint-12',
connectionId: 'connection-12'
},
chain2: {
chainName: 'osmosis',
clientId: '07-tendermint-1451',
connectionId: 'connection-1137'
},
channels: [{
chain1: {
channelId: 'channel-4',
portId: 'transfer'
},
chain2: {
channelId: 'channel-38',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'impacthub',
clientId: '07-tendermint-25',
connectionId: 'connection-25'
},
chain2: {
chainName: 'sifchain',
clientId: '07-tendermint-39',
connectionId: 'connection-18'
},
channels: [{
chain1: {
channelId: 'channel-11',
portId: 'transfer'
},
chain2: {
channelId: 'channel-15',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {}
}]
}
];
exports.default = info;