chain-registry
Version:
131 lines (130 loc) • 3.81 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'cheqd',
chainId: 'cheqd-mainnet-1',
clientId: '07-tendermint-13',
connectionId: 'connection-2'
},
chain2: {
chainName: 'gravitybridge',
chainId: 'gravity-bridge-3',
clientId: '07-tendermint-64',
connectionId: 'connection-74'
},
channels: [{
chain1: {
channelId: 'channel-2',
portId: 'transfer'
},
chain2: {
channelId: 'channel-43',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'cheqd',
chainId: 'cheqd-mainnet-1',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
chain2: {
chainName: 'osmosis',
chainId: 'osmosis-1',
clientId: '07-tendermint-1615',
connectionId: 'connection-1268'
},
channels: [{
chain1: {
channelId: 'channel-0',
portId: 'transfer'
},
chain2: {
channelId: 'channel-108',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'cheqd',
chainId: 'cheqd-mainnet-1',
clientId: '07-tendermint-85',
connectionId: 'connection-63'
},
chain2: {
chainName: 'secretnetwork',
chainId: 'secret-4',
clientId: '07-tendermint-196',
connectionId: 'connection-191'
},
channels: [{
chain1: {
channelId: 'channel-36',
portId: 'transfer'
},
chain2: {
channelId: 'channel-141',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
feeVersion: 'ics29-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'cheqd',
chainId: 'cheqd-mainnet-1',
clientId: '07-tendermint-83',
connectionId: 'connection-61'
},
chain2: {
chainName: 'terra2',
chainId: 'phoenix-1',
clientId: '07-tendermint-392',
connectionId: 'connection-382'
},
channels: [{
chain1: {
channelId: 'channel-34',
portId: 'transfer'
},
chain2: {
channelId: 'channel-301',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
}
];
exports.default = info;