chain-registry
Version:
153 lines (152 loc) • 4.34 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'andromeda',
clientId: '07-tendermint-17',
connectionId: 'connection-13'
},
chain2: {
chainName: 'kyve',
clientId: '07-tendermint-2',
connectionId: 'connection-3'
},
channels: [{
chain1: {
channelId: 'channel-14',
portId: 'transfer'
},
chain2: {
channelId: 'channel-2',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
feeVersion: 'ics29-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'axelar',
clientId: '07-tendermint-118',
connectionId: 'connection-107'
},
chain2: {
chainName: 'kyve',
clientId: '07-tendermint-1',
connectionId: 'connection-1'
},
channels: [{
chain1: {
channelId: 'channel-75',
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: 'kyve',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
chain2: {
chainName: 'osmosis',
clientId: '07-tendermint-2757',
connectionId: 'connection-2274'
},
channels: [{
chain1: {
channelId: 'channel-0',
portId: 'transfer'
},
chain2: {
channelId: 'channel-767',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'kyve',
clientId: '07-tendermint-3',
connectionId: 'connection-5'
},
chain2: {
chainName: 'source',
clientId: '07-tendermint-15',
connectionId: 'connection-16'
},
channels: [{
chain1: {
channelId: 'channel-3',
portId: 'transfer'
},
chain2: {
channelId: 'channel-2',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
feeVersion: 'ics29-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'kyve',
clientId: '07-tendermint-8',
connectionId: 'connection-7'
},
chain2: {
chainName: 'xion',
clientId: '07-tendermint-5',
connectionId: 'connection-5'
},
channels: [{
chain1: {
channelId: 'channel-7',
portId: 'transfer'
},
chain2: {
channelId: 'channel-5',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}
];
exports.default = info;