@chain-registry/v2
Version:
48 lines (47 loc) • 1.43 kB
JavaScript
const info = [{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'osmosistestnet',
clientId: '07-tendermint-4093',
connectionId: 'connection-3540'
},
chain2: {
chainName: 'synternettestnet',
clientId: '07-tendermint-3',
connectionId: 'connection-0'
},
channels: [{
chain1: {
channelId: 'channel-9152',
portId: 'transfer'
},
chain2: {
channelId: 'channel-0',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: false,
dex: 'osmosis'
}
}, {
chain1: {
channelId: 'channel-85186',
portId: 'transfer'
},
chain2: {
channelId: 'channel-1',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}];
export default info;