@chain-registry/v2
Version:
54 lines (53 loc) • 1.57 kB
JavaScript
const info = [{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'archwaytestnet',
clientId: '07-tendermint-0',
connectionId: 'connection-119'
},
chain2: {
chainName: 'jackaltestnet2',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
channels: [{
chain1: {
channelId: 'channel-368',
portId: 'transfer'
},
chain2: {
channelId: 'channel-1',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live'
}
}]
}, {
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'jackaltestnet2',
clientId: '07-tendermint-2',
connectionId: 'connection-2'
},
chain2: {
chainName: 'prysmdevnet',
clientId: '07-tendermint-17',
connectionId: 'connection-10'
},
channels: [{
chain1: {
channelId: 'channel-2',
portId: 'transfer'
},
chain2: {
channelId: 'channel-6',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1'
}]
}];
export default info;