chain-registry
Version:
99 lines (98 loc) • 2.9 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'cosmoshubtestnet',
chainId: 'theta-testnet-001',
clientId: '07-tendermint-2073',
connectionId: 'connection-2418'
},
chain2: {
chainName: 'empowertestnet',
chainId: 'circulus-1',
clientId: '07-tendermint-3',
connectionId: 'connection-2'
},
channels: [{
chain1: {
channelId: 'channel-2765',
portId: 'transfer'
},
chain2: {
channelId: 'channel-2',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'empowertestnet',
chainId: 'circulus-1',
clientId: '07-tendermint-1',
connectionId: 'connection-0'
},
chain2: {
chainName: 'osmosistestnet',
chainId: 'osmo-test-5',
clientId: '07-tendermint-146',
connectionId: 'connection-157'
},
channels: [{
chain1: {
channelId: 'channel-0',
portId: 'transfer'
},
chain2: {
channelId: 'channel-155',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'empowertestnet',
chainId: 'circulus-1',
clientId: '07-tendermint-2',
connectionId: 'connection-1'
},
chain2: {
chainName: 'stargazetestnet',
chainId: 'elgafar-1',
clientId: '07-tendermint-450',
connectionId: 'connection-469'
},
channels: [{
chain1: {
channelId: 'channel-1',
portId: 'transfer'
},
chain2: {
channelId: 'channel-459',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
}
];
exports.default = info;