chain-registry
Version:
84 lines (83 loc) • 2.35 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'allora',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
chain2: {
chainName: 'axelar',
clientId: '07-tendermint-232',
connectionId: 'connection-223'
},
channels: [{
chain1: {
channelId: 'channel-0',
portId: 'transfer'
},
chain2: {
channelId: 'channel-164',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'allora',
clientId: '07-tendermint-2',
connectionId: 'connection-7'
},
chain2: {
chainName: 'cosmoshub',
clientId: '07-tendermint-1384',
connectionId: 'connection-1107'
},
channels: [{
chain1: {
channelId: 'channel-2',
portId: 'transfer'
},
chain2: {
channelId: 'channel-1353',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'allora',
clientId: '07-tendermint-1',
connectionId: 'connection-1'
},
chain2: {
chainName: 'sei',
clientId: '07-tendermint-141',
connectionId: 'connection-175'
},
channels: [{
chain1: {
channelId: 'channel-1',
portId: 'transfer'
},
chain2: {
channelId: 'channel-79',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {}
}]
}
];
exports.default = info;