chain-registry
Version:
91 lines (90 loc) • 2.58 kB
JavaScript
const info = [
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'cosmoshub',
client_id: '07-tendermint-1157',
connection_id: 'connection-879'
},
chain_2: {
chain_name: 'realio',
client_id: '07-tendermint-2',
connection_id: 'connection-2'
},
channels: [{
chain_1: {
channel_id: 'channel-645',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-2',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'kujira',
client_id: '07-tendermint-155',
connection_id: 'connection-119'
},
chain_2: {
chain_name: 'realio',
client_id: '07-tendermint-6',
connection_id: 'connection-4'
},
channels: [{
chain_1: {
channel_id: 'channel-115',
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: 'osmosis',
client_id: '07-tendermint-2849',
connection_id: 'connection-2361'
},
chain_2: {
chain_name: 'realio',
client_id: '07-tendermint-1',
connection_id: 'connection-1'
},
channels: [{
chain_1: {
channel_id: 'channel-1424',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-1',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}
];
export default info;