chain-registry
Version:
153 lines (152 loc) • 4.44 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'axelar',
client_id: '07-tendermint-205',
connection_id: 'connection-186'
},
chain_2: {
chain_name: 'nolus',
client_id: '07-tendermint-17',
connection_id: 'connection-13'
},
channels: [{
chain_1: {
channel_id: 'channel-143',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-10177',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'doravota',
client_id: '07-tendermint-13',
connection_id: 'connection-5'
},
chain_2: {
chain_name: 'nolus',
client_id: '07-tendermint-14',
connection_id: 'connection-12'
},
channels: [{
chain_1: {
channel_id: 'channel-3',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-4092',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'killed',
preferred: true,
dex: 'osmosis'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'neutron',
client_id: '07-tendermint-71',
connection_id: 'connection-50'
},
chain_2: {
chain_name: 'nolus',
client_id: '07-tendermint-13',
connection_id: 'connection-11'
},
channels: [{
chain_1: {
channel_id: 'channel-44',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-3839',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'nolus',
client_id: '07-tendermint-0',
connection_id: 'connection-0'
},
chain_2: {
chain_name: 'osmosis',
client_id: '07-tendermint-2791',
connection_id: 'connection-2289'
},
channels: [{
chain_1: {
channel_id: 'channel-0',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-783',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'nolus',
client_id: '07-tendermint-18',
connection_id: 'connection-14'
},
chain_2: {
chain_name: 'secretnetwork',
client_id: '07-tendermint-201',
connection_id: 'connection-193'
},
channels: [{
chain_1: {
channel_id: 'channel-13995',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-146',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}
];
exports.default = info;