chain-registry
Version:
119 lines (118 loc) • 3.37 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'archway',
clientId: '07-tendermint-38',
connectionId: 'connection-41'
},
chain2: {
chainName: 'decentr',
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: 'live'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'decentr',
clientId: '07-tendermint-6',
connectionId: 'connection-1'
},
chain2: {
chainName: 'osmosis',
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: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'decentr',
clientId: '07-tendermint-13',
connectionId: 'connection-5'
},
chain2: {
chainName: 'sentinel',
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',
tags: {}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'decentr',
clientId: '07-tendermint-26',
connectionId: 'connection-10'
},
chain2: {
chainName: 'terra2',
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: {
status: 'live',
preferred: true
}
}]
}
];
exports.default = info;