@chain-registry/v2
Version:
31 lines (30 loc) • 871 B
JavaScript
const info = [{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'nillion',
clientId: '07-tendermint-2',
connectionId: 'connection-2'
},
chain2: {
chainName: 'osmosis',
clientId: '07-tendermint-3431',
connectionId: 'connection-10588'
},
channels: [{
chain1: {
channelId: 'channel-2',
portId: 'transfer'
},
chain2: {
channelId: 'channel-98416',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}];
export default info;