chain-registry
Version:
55 lines (54 loc) • 1.61 kB
JavaScript
const info = [{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'cosmoshub',
chainId: 'cosmoshub-4',
clientId: '07-tendermint-1115',
connectionId: 'connection-788'
},
chain2: {
chainName: 'uptick',
chainId: 'uptick_117-1',
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',
chainId: 'irishub-1',
clientId: '07-tendermint-93',
connectionId: 'connection-72'
},
chain2: {
chainName: 'uptick',
chainId: 'uptick_117-1',
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'
}]
}];
export default info;