chain-registry
Version:
153 lines (152 loc) • 4.35 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'furya',
clientId: '07-tendermint-3',
connectionId: 'connection-2'
},
chain2: {
chainName: 'juno',
clientId: '07-tendermint-501',
connectionId: 'connection-505'
},
channels: [{
chain1: {
channelId: 'channel-2',
portId: 'transfer'
},
chain2: {
channelId: 'channel-417',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'furya',
clientId: '07-tendermint-1',
connectionId: 'connection-0'
},
chain2: {
chainName: 'kujira',
clientId: '07-tendermint-160',
connectionId: 'connection-123'
},
channels: [{
chain1: {
channelId: 'channel-0',
portId: 'transfer'
},
chain2: {
channelId: 'channel-119',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'furya',
clientId: '07-tendermint-5',
connectionId: 'connection-4'
},
chain2: {
chainName: 'noble',
clientId: '07-tendermint-67',
connectionId: 'connection-64'
},
channels: [{
chain1: {
channelId: 'channel-4',
portId: 'transfer'
},
chain2: {
channelId: 'channel-42',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'furya',
clientId: '07-tendermint-10',
connectionId: 'connection-9'
},
chain2: {
chainName: 'osmosis',
clientId: '07-tendermint-3201',
connectionId: 'connection-2658'
},
channels: [{
chain1: {
channelId: 'channel-8',
portId: 'transfer'
},
chain2: {
channelId: 'channel-74222',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'furya',
clientId: '07-tendermint-14',
connectionId: 'connection-10'
},
chain2: {
chainName: 'terra2',
clientId: '07-tendermint-422',
connectionId: 'connection-436'
},
channels: [{
chain1: {
channelId: 'channel-9',
portId: 'transfer'
},
chain2: {
channelId: 'channel-495',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}
];
exports.default = info;