chain-registry
Version:
63 lines (62 loc) • 1.9 kB
JavaScript
const info = [{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'cosmosicsprovidertestnet',
chainId: 'provider',
clientId: '07-tendermint-422',
connectionId: 'connection-293'
},
chain2: {
chainName: 'divinetestnet',
chainId: 'divine-testnet-1',
clientId: '07-tendermint-2',
connectionId: 'connection-1'
},
channels: [{
chain1: {
channelId: 'channel-579',
portId: 'transfer'
},
chain2: {
channelId: 'channel-1',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
}, {
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'divinetestnet',
chainId: 'divine-testnet-1',
clientId: '07-tendermint-1',
connectionId: 'connection-0'
},
chain2: {
chainName: 'osmosistestnet',
chainId: 'osmo-test-5',
clientId: '07-tendermint-5042',
connectionId: 'connection-4395'
},
channels: [{
chain1: {
channelId: 'channel-0',
portId: 'transfer'
},
chain2: {
channelId: 'channel-11380',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
}];
export default info;