chain-registry
Version:
62 lines (61 loc) • 1.82 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = [{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'bostrom',
clientId: '07-tendermint-15',
connectionId: 'connection-10'
},
chain2: {
chainName: 'cosmoshub',
clientId: '07-tendermint-764',
connectionId: 'connection-553'
},
channels: [{
chain1: {
channelId: 'channel-8',
portId: 'transfer'
},
chain2: {
channelId: 'channel-341',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}, {
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'bostrom',
clientId: '07-tendermint-5',
connectionId: 'connection-2'
},
chain2: {
chainName: 'osmosis',
clientId: '07-tendermint-1597',
connectionId: 'connection-1255'
},
channels: [{
chain1: {
channelId: 'channel-2',
portId: 'transfer'
},
chain2: {
channelId: 'channel-95',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}];
exports.default = info;