chain-registry
Version:
180 lines (179 loc) • 5.12 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'archway',
clientId: '07-tendermint-92',
connectionId: 'connection-90'
},
chain2: {
chainName: 'bitsong',
clientId: '07-tendermint-80',
connectionId: 'connection-55'
},
channels: [{
chain1: {
channelId: 'channel-124',
portId: 'transfer'
},
chain2: {
channelId: 'channel-29',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'axelar',
clientId: '07-tendermint-207',
connectionId: 'connection-188'
},
chain2: {
chainName: 'bitsong',
clientId: '07-tendermint-81',
connectionId: 'connection-56'
},
channels: [{
chain1: {
channelId: 'channel-145',
portId: 'transfer'
},
chain2: {
channelId: 'channel-30',
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: 'bitsong',
clientId: '07-tendermint-1',
connectionId: 'connection-2'
},
chain2: {
chainName: 'cosmoshub',
clientId: '07-tendermint-481',
connectionId: 'connection-395'
},
channels: [{
chain1: {
channelId: 'channel-1',
portId: 'transfer'
},
chain2: {
channelId: 'channel-229',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'bitsong',
clientId: '07-tendermint-9',
connectionId: 'connection-9'
},
chain2: {
chainName: 'juno',
clientId: '07-tendermint-33',
connectionId: 'connection-26'
},
channels: [{
chain1: {
channelId: 'channel-5',
portId: 'transfer'
},
chain2: {
channelId: 'channel-17',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'bitsong',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
chain2: {
chainName: 'osmosis',
clientId: '07-tendermint-1551',
connectionId: 'connection-1216'
},
channels: [{
chain1: {
channelId: 'channel-0',
portId: 'transfer'
},
chain2: {
channelId: 'channel-73',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}
];
exports.default = info;