chain-registry
Version:
251 lines (250 loc) • 7.26 kB
JavaScript
const info = [
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'akash',
client_id: '07-tendermint-191',
connection_id: 'connection-177'
},
chain_2: {
chain_name: 'elys',
client_id: '07-tendermint-6',
connection_id: 'connection-5'
},
channels: [{
chain_1: {
channel_id: 'channel-129',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-5',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'axelar',
client_id: '07-tendermint-231',
connection_id: 'connection-222'
},
chain_2: {
chain_name: 'elys',
client_id: '07-tendermint-4',
connection_id: 'connection-3'
},
channels: [{
chain_1: {
channel_id: 'channel-163',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-3',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'celestia',
client_id: '07-tendermint-95',
connection_id: 'connection-65'
},
chain_2: {
chain_name: 'elys',
client_id: '07-tendermint-5',
connection_id: 'connection-4'
},
channels: [{
chain_1: {
channel_id: 'channel-50',
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: 'cosmoshub',
client_id: '07-tendermint-1339',
connection_id: 'connection-1073'
},
chain_2: {
chain_name: 'elys',
client_id: '07-tendermint-0',
connection_id: 'connection-1'
},
channels: [{
chain_1: {
channel_id: 'channel-1265',
port_id: 'provider'
},
chain_2: {
channel_id: 'channel-0',
port_id: 'consumer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}, {
chain_1: {
channel_id: 'channel-1266',
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: 'elys',
client_id: '07-tendermint-3',
connection_id: 'connection-2'
},
chain_2: {
chain_name: 'noble',
client_id: '07-tendermint-133',
connection_id: 'connection-130'
},
channels: [{
chain_1: {
channel_id: 'channel-2',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-117',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'elys',
client_id: '07-tendermint-9',
connection_id: 'connection-9'
},
chain_2: {
chain_name: 'osmosis',
client_id: '07-tendermint-3385',
connection_id: 'connection-2839'
},
channels: [{
chain_1: {
channel_id: 'channel-6',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-91017',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'elys',
client_id: '07-tendermint-12',
connection_id: 'connection-12'
},
chain_2: {
chain_name: 'saga',
client_id: '07-tendermint-26',
connection_id: 'connection-21'
},
channels: [{
chain_1: {
channel_id: 'channel-9',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-35',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'elys',
client_id: '07-tendermint-11',
connection_id: 'connection-11'
},
chain_2: {
chain_name: 'xion',
client_id: '07-tendermint-7',
connection_id: 'connection-8'
},
channels: [{
chain_1: {
channel_id: 'channel-8',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-9',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}
];
export default info;