chain-registry
Version:
127 lines (126 loc) • 3.74 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-160',
connectionId: 'connection-108'
},
chain2: {
chainName: 'symphonytestnet',
chainId: 'symphony-testnet-4',
clientId: '07-tendermint-1',
connectionId: 'connection-1'
},
channels: [{
chain1: {
channelId: 'channel-242',
portId: 'transfer'
},
chain2: {
channelId: 'channel-1',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'ACTIVE'
}
}]
},
{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'junotestnet6',
chainId: 'uni-6',
clientId: '07-tendermint-794',
connectionId: 'connection-872'
},
chain2: {
chainName: 'symphonytestnet',
chainId: 'symphony-testnet-4',
clientId: '07-tendermint-3',
connectionId: 'connection-3'
},
channels: [{
chain1: {
channelId: 'channel-946',
portId: 'transfer'
},
chain2: {
channelId: 'channel-3',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'INACTIVE'
}
}]
},
{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'osmosistestnet',
chainId: 'osmo-test-5',
clientId: '07-tendermint-4155',
connectionId: 'connection-3614'
},
chain2: {
chainName: 'symphonytestnet',
chainId: 'symphony-testnet-4',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
channels: [{
chain1: {
channelId: 'channel-9540',
portId: 'transfer'
},
chain2: {
channelId: 'channel-0',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'stargazetestnet',
chainId: 'elgafar-1',
clientId: '07-tendermint-962',
connectionId: 'connection-955'
},
chain2: {
chainName: 'symphonytestnet',
chainId: 'symphony-testnet-4',
clientId: '07-tendermint-2',
connectionId: 'connection-2'
},
channels: [{
chain1: {
channelId: 'channel-1006',
portId: 'transfer'
},
chain2: {
channelId: 'channel-2',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'ACTIVE'
}
}]
}
];
exports.default = info;