chain-registry
Version:
123 lines (122 loc) • 3.55 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-188',
connection_id: 'connection-166'
},
chain_2: {
chain_name: 'fxcore',
client_id: '07-tendermint-24',
connection_id: 'connection-23'
},
channels: [{
chain_1: {
channel_id: 'channel-128',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-20',
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-1141',
connection_id: 'connection-829'
},
chain_2: {
chain_name: 'fxcore',
client_id: '07-tendermint-13',
connection_id: 'connection-13'
},
channels: [{
chain_1: {
channel_id: 'channel-585',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-10',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'fxcore',
client_id: '07-tendermint-23',
connection_id: 'connection-22'
},
chain_2: {
chain_name: 'osmosis',
client_id: '07-tendermint-2961',
connection_id: 'connection-2456'
},
channels: [{
chain_1: {
channel_id: 'channel-19',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-2716',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'fxcore',
client_id: '07-tendermint-0',
connection_id: 'connection-0'
},
chain_2: {
chain_name: 'pundix',
client_id: '07-tendermint-0',
connection_id: 'connection-0'
},
channels: [{
chain_1: {
channel_id: 'channel-0',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-0',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}
];
exports.default = info;