chain-registry
Version:
123 lines (122 loc) • 3.48 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'axelar',
clientId: '07-tendermint-229',
connectionId: 'connection-219'
},
chain2: {
chainName: 'source',
clientId: '07-tendermint-17',
connectionId: 'connection-17'
},
channels: [{
chain1: {
channelId: 'channel-160',
portId: 'transfer'
},
chain2: {
channelId: 'channel-3',
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: 'osmosis',
clientId: '07-tendermint-3035',
connectionId: 'connection-2524'
},
chain2: {
chainName: 'source',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
channels: [{
chain1: {
channelId: 'channel-8945',
portId: 'transfer'
},
chain2: {
channelId: 'channel-0',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'planq',
clientId: '07-tendermint-558',
connectionId: 'connection-483'
},
chain2: {
chainName: 'source',
clientId: '07-tendermint-10',
connectionId: 'connection-5'
},
channels: [{
chain1: {
channelId: 'channel-61',
portId: 'transfer'
},
chain2: {
channelId: 'channel-1',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}
];
exports.default = info;