chain-registry
Version:
99 lines (98 loc) • 2.93 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'axelartestnet',
chainId: 'axelar-testnet-lisbon-3',
clientId: '07-tendermint-522',
connectionId: 'connection-372'
},
chain2: {
chainName: 'persistencetestnet2',
chainId: 'test-core-2',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
channels: [{
chain1: {
channelId: 'channel-261',
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: 'cosmoshubtestnet',
chainId: 'theta-testnet-001',
clientId: '07-tendermint-2100',
connectionId: 'connection-2447'
},
chain2: {
chainName: 'persistencetestnet2',
chainId: 'test-core-2',
clientId: '07-tendermint-1',
connectionId: 'connection-1'
},
channels: [{
chain1: {
channelId: 'channel-2777',
portId: 'transfer'
},
chain2: {
channelId: 'channel-1',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'osmosistestnet',
chainId: 'osmo-test-5',
clientId: '07-tendermint-595',
connectionId: 'connection-529'
},
chain2: {
chainName: 'persistencetestnet2',
chainId: 'test-core-2',
clientId: '07-tendermint-3',
connectionId: 'connection-2'
},
channels: [{
chain1: {
channelId: 'channel-1037',
portId: 'transfer'
},
chain2: {
channelId: 'channel-7',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
}
];
exports.default = info;