chain-registry
Version:
91 lines (90 loc) • 2.64 kB
JavaScript
const info = [
{
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'cosmoshubtestnet',
client_id: '07-tendermint-2073',
connection_id: 'connection-2418'
},
chain_2: {
chain_name: 'empowertestnet',
client_id: '07-tendermint-3',
connection_id: 'connection-2'
},
channels: [{
chain_1: {
channel_id: 'channel-2765',
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: 'empowertestnet',
client_id: '07-tendermint-1',
connection_id: 'connection-0'
},
chain_2: {
chain_name: 'osmosistestnet',
client_id: '07-tendermint-146',
connection_id: 'connection-157'
},
channels: [{
chain_1: {
channel_id: 'channel-0',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-155',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'empowertestnet',
client_id: '07-tendermint-2',
connection_id: 'connection-1'
},
chain_2: {
chain_name: 'stargazetestnet',
client_id: '07-tendermint-450',
connection_id: 'connection-469'
},
channels: [{
chain_1: {
channel_id: 'channel-1',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-459',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}
];
export default info;