chain-registry
Version:
130 lines (129 loc) • 3.73 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'axelar',
chainId: 'axelar-dojo-1',
clientId: '07-tendermint-188',
connectionId: 'connection-166'
},
chain2: {
chainName: 'fxcore',
chainId: 'fxcore',
clientId: '07-tendermint-24',
connectionId: 'connection-23'
},
channels: [{
chain1: {
channelId: 'channel-128',
portId: 'transfer'
},
chain2: {
channelId: 'channel-20',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'cosmoshub',
chainId: 'cosmoshub-4',
clientId: '07-tendermint-1141',
connectionId: 'connection-829'
},
chain2: {
chainName: 'fxcore',
chainId: 'fxcore',
clientId: '07-tendermint-13',
connectionId: 'connection-13'
},
channels: [{
chain1: {
channelId: 'channel-585',
portId: 'transfer'
},
chain2: {
channelId: 'channel-10',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'fxcore',
chainId: 'fxcore',
clientId: '07-tendermint-23',
connectionId: 'connection-22'
},
chain2: {
chainName: 'osmosis',
chainId: 'osmosis-1',
clientId: '07-tendermint-2961',
connectionId: 'connection-2456'
},
channels: [{
chain1: {
channelId: 'channel-19',
portId: 'transfer'
},
chain2: {
channelId: 'channel-2716',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'fxcore',
chainId: 'fxcore',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
chain2: {
chainName: 'pundix',
chainId: 'PUNDIX',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
channels: [{
chain1: {
channelId: 'channel-0',
portId: 'transfer'
},
chain2: {
channelId: 'channel-0',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
}
];
exports.default = info;