chain-registry
Version:
57 lines (56 loc) • 1.7 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = [{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'composabletestnet',
clientId: '07-tendermint-23',
connectionId: 'connection-18'
},
chain2: {
chainName: 'osmosistestnet',
clientId: '07-tendermint-273',
connectionId: 'connection-237'
},
channels: [{
chain1: {
channelId: 'channel-11',
portId: 'transfer'
},
chain2: {
channelId: 'channel-329',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}, {
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'composabletestnet',
clientId: '07-tendermint-218',
connectionId: 'connection-127'
},
chain2: {
chainName: 'prysmdevnet',
clientId: '07-tendermint-6',
connectionId: 'connection-3'
},
channels: [{
chain1: {
channelId: 'channel-50',
portId: 'transfer'
},
chain2: {
channelId: 'channel-3',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1'
}]
}];
exports.default = info;