chain-registry
Version:
163 lines (162 loc) • 4.68 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'andromeda',
chainId: 'andromeda-1',
clientId: '07-tendermint-17',
connectionId: 'connection-13'
},
chain2: {
chainName: 'kyve',
chainId: 'kyve-1',
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: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'axelar',
chainId: 'axelar-dojo-1',
clientId: '07-tendermint-118',
connectionId: 'connection-107'
},
chain2: {
chainName: 'kyve',
chainId: 'kyve-1',
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: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'kyve',
chainId: 'kyve-1',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
chain2: {
chainName: 'osmosis',
chainId: 'osmosis-1',
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: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'kyve',
chainId: 'kyve-1',
clientId: '07-tendermint-3',
connectionId: 'connection-5'
},
chain2: {
chainName: 'source',
chainId: 'source-1',
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: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'kyve',
chainId: 'kyve-1',
clientId: '07-tendermint-8',
connectionId: 'connection-7'
},
chain2: {
chainName: 'xion',
chainId: 'xion-mainnet-1',
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: {
preferred: true,
status: 'ACTIVE'
}
}]
}
];
exports.default = info;