chain-registry
Version:
32 lines (31 loc) • 927 B
JavaScript
const info = [{
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'kyvetestnet',
client_id: '07-tendermint-2',
connection_id: 'connection-2'
},
chain_2: {
chain_name: 'osmosistestnet',
client_id: '07-tendermint-11',
connection_id: 'connection-11'
},
channels: [{
chain_1: {
channel_id: 'channel-2',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-10',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}];
export default info;