chain-registry
Version:
180 lines (179 loc) • 5.2 kB
JavaScript
const info = [
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'canto',
client_id: '07-tendermint-10',
connection_id: 'connection-10'
},
chain_2: {
chain_name: 'carbon',
client_id: '07-tendermint-40',
connection_id: 'connection-23'
},
channels: [{
chain_1: {
channel_id: 'channel-6',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-18',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'demex'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'canto',
client_id: '07-tendermint-38',
connection_id: 'connection-32'
},
chain_2: {
chain_name: 'composable',
client_id: '07-tendermint-50',
connection_id: 'connection-19'
},
channels: [{
chain_1: {
channel_id: 'channel-23',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-12',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'canto',
client_id: '07-tendermint-1',
connection_id: 'connection-3'
},
chain_2: {
chain_name: 'cosmoshub',
client_id: '07-tendermint-873',
connection_id: 'connection-604'
},
channels: [{
chain_1: {
channel_id: 'channel-2',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-358',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'canto',
client_id: '07-tendermint-0',
connection_id: '07-tendermint-0'
},
chain_2: {
chain_name: 'gravitybridge',
client_id: '07-tendermint-156',
connection_id: 'connection-150'
},
channels: [{
chain_1: {
channel_id: 'channel-0',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-88',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'canto',
client_id: '07-tendermint-9',
connection_id: 'connection-9'
},
chain_2: {
chain_name: 'osmosis',
client_id: '07-tendermint-2481',
connection_id: 'connection-2017'
},
channels: [{
chain_1: {
channel_id: 'channel-5',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-550',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'canto',
client_id: '07-tendermint-24',
connection_id: 'connection-16'
},
chain_2: {
chain_name: 'sommelier',
client_id: '07-tendermint-10',
connection_id: 'connection-6'
},
channels: [{
chain_1: {
channel_id: 'channel-10',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-2',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}
];
export default info;