chain-registry
Version:
89 lines (88 loc) • 2.61 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'celestiatestnet3',
client_id: '07-tendermint-0',
connection_id: 'connection-0'
},
chain_2: {
chain_name: 'cosmoshubtestnet',
client_id: '07-tendermint-2382',
connection_id: 'connection-2727'
},
channels: [{
chain_1: {
channel_id: 'channel-0',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-3152',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'celestiatestnet3',
client_id: '07-tendermint-118',
connection_id: 'connection-98'
},
chain_2: {
chain_name: 'osmosistestnet',
client_id: '07-tendermint-1445',
connection_id: 'connection-1350'
},
channels: [{
chain_1: {
channel_id: 'channel-25',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-4370',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'celestiatestnet3',
client_id: '07-tendermint-615',
connection_id: 'connection-551'
},
chain_2: {
chain_name: 'prysmdevnet',
client_id: '07-tendermint-14',
connection_id: 'connection-8'
},
channels: [{
chain_1: {
channel_id: 'channel-138',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-4',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1'
}]
}
];
exports.default = info;