chain-registry
Version:
94 lines (93 loc) • 2.65 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'axelar',
clientId: '07-tendermint-75',
connectionId: 'connection-62'
},
chain2: {
chainName: 'xpla',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
channels: [{
chain1: {
channelId: 'channel-49',
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: 'injective',
clientId: '07-tendermint-197',
connectionId: 'connection-182'
},
chain2: {
chainName: 'xpla',
clientId: '07-tendermint-6',
connectionId: 'connection-12'
},
channels: [{
chain1: {
channelId: 'channel-137',
portId: 'transfer'
},
chain2: {
channelId: 'channel-7',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'osmosis',
clientId: '07-tendermint-2875',
connectionId: 'connection-2389'
},
chain2: {
chainName: 'xpla',
clientId: '07-tendermint-11',
connectionId: 'connection-19'
},
channels: [{
chain1: {
channelId: 'channel-1634',
portId: 'transfer'
},
chain2: {
channelId: 'channel-9',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}
];
exports.default = info;