chain-registry
Version:
62 lines (61 loc) • 1.83 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = [{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'cosmoshub',
clientId: '07-tendermint-1120',
connectionId: 'connection-807'
},
chain2: {
chainName: 'lumnetwork',
clientId: '07-tendermint-21',
connectionId: 'connection-22'
},
channels: [{
chain1: {
channelId: 'channel-566',
portId: 'transfer'
},
chain2: {
channelId: 'channel-12',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}, {
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'lumnetwork',
clientId: '07-tendermint-7',
connectionId: 'connection-5'
},
chain2: {
chainName: 'osmosis',
clientId: '07-tendermint-1668',
connectionId: 'connection-1280'
},
channels: [{
chain1: {
channelId: 'channel-3',
portId: 'transfer'
},
chain2: {
channelId: 'channel-115',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}];
exports.default = info;