chain-registry
Version:
65 lines (64 loc) • 1.91 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = [{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'osmosis',
chainId: 'osmosis-1',
clientId: '07-tendermint-2935',
connectionId: 'connection-2430'
},
chain2: {
chainName: 'passage',
chainId: 'passage-2',
clientId: '07-tendermint-1',
connectionId: 'connection-1'
},
channels: [{
chain1: {
channelId: 'channel-2494',
portId: 'transfer'
},
chain2: {
channelId: 'channel-0',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
}, {
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'passage',
chainId: 'passage-2',
clientId: '07-tendermint-8',
connectionId: 'connection-8'
},
chain2: {
chainName: 'picasso',
chainId: '2087',
clientId: '07-tendermint-225',
connectionId: 'connection-118'
},
channels: [{
chain1: {
channelId: 'channel-7',
portId: 'transfer'
},
chain2: {
channelId: 'channel-80',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
}];
exports.default = info;