chain-registry
Version:
151 lines (150 loc) • 4.38 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'axelartestnet',
clientId: '07-tendermint-1001',
connectionId: 'connection-780'
},
chain2: {
chainName: 'titantestnet',
clientId: '07-tendermint-6',
connectionId: 'connection-4'
},
channels: [{
chain1: {
channelId: 'channel-537',
portId: 'transfer'
},
chain2: {
channelId: 'channel-5',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'cosmoshubtestnet',
clientId: '07-tendermint-3237',
connectionId: 'connection-3407'
},
chain2: {
chainName: 'titantestnet',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
channels: [{
chain1: {
channelId: 'channel-3910',
portId: 'transfer'
},
chain2: {
channelId: 'channel-0',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'killed',
preferred: true
}
}]
},
{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'nobletestnet',
clientId: '07-tendermint-293',
connectionId: 'connection-246'
},
chain2: {
chainName: 'titantestnet',
clientId: '07-tendermint-9',
connectionId: 'connection-7'
},
channels: [{
chain1: {
channelId: 'channel-208',
portId: 'transfer'
},
chain2: {
channelId: 'channel-7',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'osmosistestnet',
clientId: '07-tendermint-2436',
connectionId: 'connection-2267'
},
chain2: {
chainName: 'titantestnet',
clientId: '07-tendermint-2',
connectionId: 'connection-2'
},
channels: [{
chain1: {
channelId: 'channel-5969',
portId: 'transfer'
},
chain2: {
channelId: 'channel-2',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'killed',
preferred: true
}
}]
},
{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'stargazetestnet',
clientId: '07-tendermint-764',
connectionId: 'connection-753'
},
chain2: {
chainName: 'titantestnet',
clientId: '07-tendermint-3',
connectionId: 'connection-3'
},
channels: [{
chain1: {
channelId: 'channel-807',
portId: 'transfer'
},
chain2: {
channelId: 'channel-3',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'killed',
preferred: true
}
}]
}
];
exports.default = info;