chain-registry
Version:
31 lines (30 loc) • 879 B
JavaScript
const info = [{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'cronos',
client_id: '07-tendermint-33',
connection_id: 'connection-17'
},
chain_2: {
chain_name: 'kava',
client_id: '07-tendermint-134',
connection_id: 'connection-169'
},
channels: [{
chain_1: {
channel_id: 'channel-11',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-125',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}];
export default info;