chain-registry
Version:
152 lines (151 loc) • 4.33 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'archway',
clientId: '07-tendermint-37',
connectionId: 'connection-40'
},
chain2: {
chainName: 'bitcanna',
clientId: '07-tendermint-83',
connectionId: 'connection-74'
},
channels: [{
chain1: {
channelId: 'channel-35',
portId: 'transfer'
},
chain2: {
channelId: 'channel-50',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'bitcanna',
clientId: '07-tendermint-0',
connectionId: 'connection-19'
},
chain2: {
chainName: 'bitsong',
clientId: '07-tendermint-1237',
connectionId: 'connection-1132'
},
channels: [{
chain1: {
channelId: 'channel-0',
portId: 'transfer'
},
chain2: {
channelId: 'channel-42',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'bitcanna',
clientId: '07-tendermint-4',
connectionId: 'connection-3'
},
chain2: {
chainName: 'cosmoshub',
clientId: '07-tendermint-490',
connectionId: 'connection-399'
},
channels: [{
chain1: {
channelId: 'channel-3',
portId: 'transfer'
},
chain2: {
channelId: 'channel-232',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'bitcanna',
clientId: '07-tendermint-12',
connectionId: 'connection-11'
},
chain2: {
chainName: 'juno',
clientId: '07-tendermint-110',
connectionId: 'connection-70'
},
channels: [{
chain1: {
channelId: 'channel-10',
portId: 'transfer'
},
chain2: {
channelId: 'channel-50',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'bitcanna',
clientId: '07-tendermint-1',
connectionId: 'connection-1'
},
chain2: {
chainName: 'osmosis',
clientId: '07-tendermint-1499',
connectionId: 'connection-1167'
},
channels: [{
chain1: {
channelId: 'channel-1',
portId: 'transfer'
},
chain2: {
channelId: 'channel-51',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}
];
exports.default = info;