@chain-registry/v2
Version:
60 lines (59 loc) • 1.77 kB
JavaScript
const info = [{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'axelartestnet',
clientId: '07-tendermint-1047',
connectionId: 'connection-808'
},
chain2: {
chainName: 'sagatestnet',
clientId: '07-tendermint-2',
connectionId: 'connection-3'
},
channels: [{
chain1: {
channelId: 'channel-566',
portId: 'transfer'
},
chain2: {
channelId: 'channel-3',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}, {
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'osmosistestnet',
clientId: '07-tendermint-1448',
connectionId: 'connection-1552'
},
chain2: {
chainName: 'sagatestnet',
clientId: '07-tendermint-26',
connectionId: 'connection-21'
},
channels: [{
chain1: {
channelId: 'channel-4946',
portId: 'transfer'
},
chain2: {
channelId: 'channel-20',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}];
export default info;