@chain-registry/v2
Version:
63 lines (62 loc) • 1.86 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = [{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'axelar',
clientId: '07-tendermint-203',
connectionId: 'connection-183'
},
chain2: {
chainName: 'chain4energy',
clientId: '07-tendermint-1',
connectionId: 'connection-1'
},
channels: [{
chain1: {
channelId: 'channel-141',
portId: 'transfer'
},
chain2: {
channelId: 'channel-0',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}, {
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'chain4energy',
clientId: '07-tendermint-2',
connectionId: 'connection-2'
},
chain2: {
chainName: 'osmosis',
clientId: '07-tendermint-3107',
connectionId: 'connection-2586'
},
channels: [{
chain1: {
channelId: 'channel-1',
portId: 'transfer'
},
chain2: {
channelId: 'channel-22172',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}];
exports.default = info;