chain-registry
Version:
99 lines (98 loc) • 2.84 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'cosmoshub',
chainId: 'cosmoshub-4',
clientId: '07-tendermint-1442',
connectionId: 'connection-1182'
},
chain2: {
chainName: 'paxi',
chainId: 'paxi-mainnet',
clientId: '07-tendermint-4',
connectionId: 'connection-3'
},
channels: [{
chain1: {
channelId: 'channel-1566',
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: 'noble',
chainId: 'noble-1',
clientId: '07-tendermint-188',
connectionId: 'connection-181'
},
chain2: {
chainName: 'paxi',
chainId: 'paxi-mainnet',
clientId: '07-tendermint-8',
connectionId: 'connection-4'
},
channels: [{
chain1: {
channelId: 'channel-205',
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: 'osmosis',
chainId: 'osmosis-1',
clientId: '07-tendermint-3611',
connectionId: 'connection-10963'
},
chain2: {
chainName: 'paxi',
chainId: 'paxi-mainnet',
clientId: '07-tendermint-3',
connectionId: 'connection-2'
},
channels: [{
chain1: {
channelId: 'channel-107354',
portId: 'transfer'
},
chain2: {
channelId: 'channel-0',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
}
];
exports.default = info;