chain-registry
Version:
124 lines (123 loc) • 3.54 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'cheqd',
clientId: '07-tendermint-13',
connectionId: 'connection-2'
},
chain2: {
chainName: 'gravitybridge',
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: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'cheqd',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
chain2: {
chainName: 'osmosis',
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: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'cheqd',
clientId: '07-tendermint-85',
connectionId: 'connection-63'
},
chain2: {
chainName: 'secretnetwork',
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: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'cheqd',
clientId: '07-tendermint-83',
connectionId: 'connection-61'
},
chain2: {
chainName: 'terra2',
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: {
status: 'live',
preferred: true
}
}]
}
];
exports.default = info;