chain-registry
Version:
53 lines (52 loc) • 1.54 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = [{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'cosmoshub',
clientId: '07-tendermint-1115',
connectionId: 'connection-788'
},
chain2: {
chainName: 'uptick',
clientId: '07-tendermint-3',
connectionId: 'connection-1'
},
channels: [{
chain1: {
channelId: 'channel-535',
portId: 'transfer'
},
chain2: {
channelId: 'channel-1',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1'
}]
}, {
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'irisnet',
clientId: '07-tendermint-93',
connectionId: 'connection-72'
},
chain2: {
chainName: 'uptick',
clientId: '07-tendermint-8',
connectionId: 'connection-2'
},
channels: [{
chain1: {
channelId: 'channel-39',
portId: 'transfer'
},
chain2: {
channelId: 'channel-2',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1'
}]
}];
exports.default = info;