chain-registry
Version:
181 lines (180 loc) • 5.15 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'axelar',
clientId: '07-tendermint-225',
connectionId: 'connection-210'
},
chain2: {
chainName: 'lava',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
channels: [{
chain1: {
channelId: 'channel-156',
portId: 'transfer'
},
chain2: {
channelId: 'channel-0',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'cosmoshub',
clientId: '07-tendermint-1318',
connectionId: 'connection-1050'
},
chain2: {
chainName: 'lava',
clientId: '07-tendermint-7',
connectionId: 'connection-12'
},
channels: [{
chain1: {
channelId: 'channel-969',
portId: 'transfer'
},
chain2: {
channelId: 'channel-6',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'evmos',
clientId: '07-tendermint-142',
connectionId: 'connection-89'
},
chain2: {
chainName: 'lava',
clientId: '07-tendermint-9',
connectionId: 'connection-14'
},
channels: [{
chain1: {
channelId: 'channel-117',
portId: 'transfer'
},
chain2: {
channelId: 'channel-8',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'lava',
clientId: '07-tendermint-11',
connectionId: 'connection-15'
},
chain2: {
chainName: 'noble',
clientId: '07-tendermint-120',
connectionId: 'connection-115'
},
channels: [{
chain1: {
channelId: 'channel-9',
portId: 'transfer'
},
chain2: {
channelId: 'channel-105',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'lava',
clientId: '07-tendermint-1',
connectionId: 'connection-1'
},
chain2: {
chainName: 'osmosis',
clientId: '07-tendermint-3210',
connectionId: 'connection-2668'
},
channels: [{
chain1: {
channelId: 'channel-1',
portId: 'transfer'
},
chain2: {
channelId: 'channel-76971',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'lava',
clientId: '07-tendermint-8',
connectionId: 'connection-13'
},
chain2: {
chainName: 'stargaze',
clientId: '07-tendermint-366',
connectionId: 'connection-307'
},
channels: [{
chain1: {
channelId: 'channel-7',
portId: 'transfer'
},
chain2: {
channelId: 'channel-391',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}
];
exports.default = info;