chain-registry
Version:
210 lines (209 loc) • 6.02 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'andromeda',
clientId: '07-tendermint-9',
connectionId: 'connection-9'
},
chain2: {
chainName: 'archway',
clientId: '07-tendermint-58',
connectionId: 'connection-68'
},
channels: [{
chain1: {
channelId: 'channel-11',
portId: 'transfer'
},
chain2: {
channelId: 'channel-97',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'andromeda',
clientId: '07-tendermint-16',
connectionId: 'connection-12'
},
chain2: {
chainName: 'injective',
clientId: '07-tendermint-250',
connectionId: 'connection-244'
},
channels: [{
chain1: {
channelId: 'channel-13',
portId: 'transfer'
},
chain2: {
channelId: 'channel-213',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'andromeda',
clientId: '07-tendermint-6',
connectionId: 'connection-4'
},
chain2: {
chainName: 'kujira',
clientId: '07-tendermint-164',
connectionId: 'connection-127'
},
channels: [{
chain1: {
channelId: 'channel-5',
portId: 'transfer'
},
chain2: {
channelId: 'channel-123',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'andromeda',
clientId: '07-tendermint-17',
connectionId: 'connection-13'
},
chain2: {
chainName: 'kyve',
clientId: '07-tendermint-2',
connectionId: 'connection-3'
},
channels: [{
chain1: {
channelId: 'channel-14',
portId: 'transfer'
},
chain2: {
channelId: 'channel-2',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
feeVersion: 'ics29-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'andromeda',
clientId: '07-tendermint-19',
connectionId: 'connection-15'
},
chain2: {
chainName: 'osmosis',
clientId: '07-tendermint-3250',
connectionId: 'connection-2735'
},
channels: [{
chain1: {
channelId: 'channel-17',
portId: 'transfer'
},
chain2: {
channelId: 'channel-81924',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'andromeda',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
chain2: {
chainName: 'secretnetwork',
clientId: '07-tendermint-176',
connectionId: 'connection-133'
},
channels: [{
chain1: {
channelId: 'channel-2',
portId: 'transfer'
},
chain2: {
channelId: 'channel-97',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'andromeda',
clientId: '07-tendermint-15',
connectionId: 'connection-11'
},
chain2: {
chainName: 'terra2',
clientId: '07-tendermint-409',
connectionId: 'connection-413'
},
channels: [{
chain1: {
channelId: 'channel-12',
portId: 'transfer'
},
chain2: {
channelId: 'channel-351',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}
];
exports.default = info;