chain-registry
Version:
59 lines (58 loc) • 1.76 kB
JavaScript
const info = [{
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'axelartestnet',
client_id: '07-tendermint-855',
connection_id: 'connection-659'
},
chain_2: {
chain_name: 'lavatestnet',
client_id: '07-tendermint-10',
connection_id: 'connection-10'
},
channels: [{
chain_1: {
channel_id: 'channel-444',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-4',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}, {
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'lavatestnet',
client_id: '07-tendermint-11',
connection_id: 'connection-11'
},
chain_2: {
chain_name: 'osmosistestnet',
client_id: '07-tendermint-2554',
connection_id: 'connection-2401'
},
channels: [{
chain_1: {
channel_id: 'channel-5',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-6092',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}];
export default info;