chain-registry
Version:
161 lines (160 loc) • 4.66 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-962',
connectionId: 'connection-1710'
},
chain2: {
chainName: 'teritori',
chainId: 'teritori-1',
clientId: '07-tendermint-32',
connectionId: 'connection-0'
},
channels: [{
chain1: {
channelId: 'channel-431',
portId: 'transfer'
},
chain2: {
channelId: 'channel-10',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'kujira',
chainId: 'kaiyo-1',
clientId: '07-tendermint-132',
connectionId: 'connection-100'
},
chain2: {
chainName: 'teritori',
chainId: 'teritori-1',
clientId: '07-tendermint-61',
connectionId: 'connection-38'
},
channels: [{
chain1: {
channelId: 'channel-89',
portId: 'transfer'
},
chain2: {
channelId: 'channel-30',
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-76',
connectionId: 'connection-77'
},
chain2: {
chainName: 'teritori',
chainId: 'teritori-1',
clientId: '07-tendermint-97',
connectionId: 'connection-97'
},
channels: [{
chain1: {
channelId: 'channel-54',
portId: 'transfer'
},
chain2: {
channelId: 'channel-62',
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-2192',
connectionId: 'connection-1710'
},
chain2: {
chainName: 'teritori',
chainId: 'teritori-1',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
channels: [{
chain1: {
channelId: 'channel-362',
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: 'secretnetwork',
chainId: 'secret-4',
clientId: '07-tendermint-192',
connectionId: 'connection-185'
},
chain2: {
chainName: 'teritori',
chainId: 'teritori-1',
clientId: '07-tendermint-99',
connectionId: 'connection-122'
},
channels: [{
chain1: {
channelId: 'channel-111',
portId: 'transfer'
},
chain2: {
channelId: 'channel-63',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
}
];
exports.default = info;