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