chain-registry
Version:
122 lines (121 loc) • 3.49 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'cosmoshub',
chainId: 'cosmoshub-4',
clientId: '07-tendermint-432',
connectionId: 'connection-365'
},
chain2: {
chainName: 'emoney',
chainId: 'emoney-3',
clientId: '07-tendermint-8',
connectionId: 'connection-3'
},
channels: [{
chain1: {
channelId: 'channel-202',
portId: 'transfer'
},
chain2: {
channelId: 'channel-1',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1'
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'emoney',
chainId: 'emoney-3',
clientId: '07-tendermint-10',
connectionId: 'connection-4'
},
chain2: {
chainName: 'irisnet',
chainId: 'irishub-1',
clientId: '07-tendermint-46',
connectionId: 'connection-34'
},
channels: [{
chain1: {
channelId: 'channel-2',
portId: 'transfer'
},
chain2: {
channelId: 'channel-23',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1'
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'emoney',
chainId: 'emoney-3',
clientId: '07-tendermint-51',
connectionId: 'connection-20'
},
chain2: {
chainName: 'juno',
chainId: 'juno-1',
clientId: '07-tendermint-24',
connectionId: 'connection-16'
},
channels: [{
chain1: {
channelId: 'channel-15',
portId: 'transfer'
},
chain2: {
channelId: 'channel-9',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'emoney',
chainId: 'emoney-3',
clientId: '07-tendermint-7',
connectionId: 'connection-2'
},
chain2: {
chainName: 'osmosis',
chainId: 'osmosis-1',
clientId: '07-tendermint-1447',
connectionId: 'connection-1132'
},
channels: [{
chain1: {
channelId: 'channel-0',
portId: 'transfer'
},
chain2: {
channelId: 'channel-37',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
}
];
exports.default = info;