chain-registry
Version:
119 lines (118 loc) • 3.42 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'archway',
client_id: '07-tendermint-38',
connection_id: 'connection-41'
},
chain_2: {
chain_name: 'decentr',
client_id: '07-tendermint-21',
connection_id: 'connection-8'
},
channels: [{
chain_1: {
channel_id: 'channel-36',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-7',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'decentr',
client_id: '07-tendermint-6',
connection_id: 'connection-1'
},
chain_2: {
chain_name: 'osmosis',
client_id: '07-tendermint-1798',
connection_id: 'connection-1403'
},
channels: [{
chain_1: {
channel_id: 'channel-1',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-181',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'decentr',
client_id: '07-tendermint-13',
connection_id: 'connection-5'
},
chain_2: {
chain_name: 'sentinel',
client_id: '07-tendermint-103',
connection_id: 'connection-81'
},
channels: [{
chain_1: {
channel_id: 'channel-4',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-55',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'decentr',
client_id: '07-tendermint-26',
connection_id: 'connection-10'
},
chain_2: {
chain_name: 'terra2',
client_id: '07-tendermint-395',
connection_id: 'connection-385'
},
channels: [{
chain_1: {
channel_id: 'channel-9',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-315',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}
];
exports.default = info;