chain-registry
Version:
120 lines (119 loc) • 3.42 kB
JavaScript
const info = [
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'axelar',
client_id: '07-tendermint-226',
connection_id: 'connection-211'
},
chain_2: {
chain_name: 'self',
client_id: '07-tendermint-2',
connection_id: 'connection-2'
},
channels: [{
chain_1: {
channel_id: 'channel-157',
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: 'cosmoshub',
client_id: '07-tendermint-1310',
connection_id: 'connection-1043'
},
chain_2: {
chain_name: 'self',
client_id: '07-tendermint-0',
connection_id: 'connection-0'
},
channels: [{
chain_1: {
channel_id: 'channel-892',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-0',
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-3213',
connection_id: 'connection-2684'
},
chain_2: {
chain_name: 'self',
client_id: '07-tendermint-1',
connection_id: 'connection-1'
},
channels: [{
chain_1: {
channel_id: 'channel-78292',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-1',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'routerchain',
client_id: '07-tendermint-11',
connection_id: 'connection-10'
},
chain_2: {
chain_name: 'self',
client_id: '07-tendermint-6',
connection_id: 'connection-6'
},
channels: [{
chain_1: {
channel_id: 'channel-8',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-6',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}
];
export default info;