chain-registry
Version:
94 lines (93 loc) • 2.67 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'bitbadges',
clientId: '07-tendermint-16',
connectionId: 'connection-8'
},
chain2: {
chainName: 'cosmoshub',
clientId: '07-tendermint-1428',
connectionId: 'connection-1147'
},
channels: [{
chain1: {
channelId: 'channel-3',
portId: 'transfer'
},
chain2: {
channelId: 'channel-1420',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'bitbadges',
clientId: '07-tendermint-10',
connectionId: 'connection-6'
},
chain2: {
chainName: 'noble',
clientId: '07-tendermint-172',
connectionId: 'connection-165'
},
channels: [{
chain1: {
channelId: 'channel-2',
portId: 'transfer'
},
chain2: {
channelId: 'channel-158',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'bitbadges',
clientId: '07-tendermint-2',
connectionId: 'connection-1'
},
chain2: {
chainName: 'osmosis',
clientId: '07-tendermint-3498',
connectionId: 'connection-10746'
},
channels: [{
chain1: {
channelId: 'channel-0',
portId: 'transfer'
},
chain2: {
channelId: 'channel-104311',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}
];
exports.default = info;