chain-registry
Version:
125 lines (124 loc) • 3.58 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'archway',
chainId: 'archway-1',
clientId: '07-tendermint-38',
connectionId: 'connection-41'
},
chain2: {
chainName: 'decentr',
chainId: 'mainnet-3',
clientId: '07-tendermint-21',
connectionId: 'connection-8'
},
channels: [{
chain1: {
channelId: 'channel-36',
portId: 'transfer'
},
chain2: {
channelId: 'channel-7',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'ACTIVE'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'decentr',
chainId: 'mainnet-3',
clientId: '07-tendermint-6',
connectionId: 'connection-1'
},
chain2: {
chainName: 'osmosis',
chainId: 'osmosis-1',
clientId: '07-tendermint-1798',
connectionId: 'connection-1403'
},
channels: [{
chain1: {
channelId: 'channel-1',
portId: 'transfer'
},
chain2: {
channelId: 'channel-181',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'decentr',
chainId: 'mainnet-3',
clientId: '07-tendermint-13',
connectionId: 'connection-5'
},
chain2: {
chainName: 'sentinel',
chainId: 'sentinelhub-2',
clientId: '07-tendermint-103',
connectionId: 'connection-81'
},
channels: [{
chain1: {
channelId: 'channel-4',
portId: 'transfer'
},
chain2: {
channelId: 'channel-55',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1'
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'decentr',
chainId: 'mainnet-3',
clientId: '07-tendermint-26',
connectionId: 'connection-10'
},
chain2: {
chainName: 'terra2',
chainId: 'phoenix-1',
clientId: '07-tendermint-395',
connectionId: 'connection-385'
},
channels: [{
chain1: {
channelId: 'channel-9',
portId: 'transfer'
},
chain2: {
channelId: 'channel-315',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
}
];
exports.default = info;