chain-registry
Version:
33 lines (32 loc) • 936 B
JavaScript
const info = [{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'gitopia',
chainId: 'gitopia',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
chain2: {
chainName: 'osmosis',
chainId: 'osmosis-1',
clientId: '07-tendermint-2787',
connectionId: 'connection-2287'
},
channels: [{
chain1: {
channelId: 'channel-0',
portId: 'transfer'
},
chain2: {
channelId: 'channel-781',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
}];
export default info;