chain-registry
Version:
157 lines (156 loc) • 4.52 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'axelar',
chainId: 'axelar-dojo-1',
clientId: '07-tendermint-246',
connectionId: 'connection-235'
},
chain2: {
chainName: 'nyx',
chainId: 'nyx',
clientId: '07-tendermint-21',
connectionId: 'connection-11'
},
channels: [{
chain1: {
channelId: 'channel-177',
portId: 'transfer'
},
chain2: {
channelId: 'channel-14',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'gravitybridge',
chainId: 'gravity-bridge-3',
clientId: '07-tendermint-33',
connectionId: 'connection-44'
},
chain2: {
chainName: 'nyx',
chainId: 'nyx',
clientId: '07-tendermint-1',
connectionId: 'connection-0'
},
channels: [{
chain1: {
channelId: 'channel-18',
portId: 'transfer'
},
chain2: {
channelId: 'channel-0',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'namada',
chainId: 'namada.5f5de2dd1b88cba30586420',
clientId: '07-tendermint-10',
connectionId: 'connection-7'
},
chain2: {
chainName: 'nyx',
chainId: 'nyx',
clientId: '07-tendermint-20',
connectionId: 'connection-10'
},
channels: [{
chain1: {
channelId: 'channel-6',
portId: 'transfer'
},
chain2: {
channelId: 'channel-13',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1'
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'nyx',
chainId: 'nyx',
clientId: '07-tendermint-17',
connectionId: 'connection-8'
},
chain2: {
chainName: 'osmosis',
chainId: 'osmosis-1',
clientId: '07-tendermint-3065',
connectionId: 'connection-2555'
},
channels: [{
chain1: {
channelId: 'channel-8',
portId: 'transfer'
},
chain2: {
channelId: 'channel-15464',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'nyx',
chainId: 'nyx',
clientId: '07-tendermint-19',
connectionId: 'connection-9'
},
chain2: {
chainName: 'secretnetwork',
chainId: 'secret-4',
clientId: '07-tendermint-213',
connectionId: 'connection-203'
},
channels: [{
chain1: {
channelId: 'channel-12',
portId: 'transfer'
},
chain2: {
channelId: 'channel-174',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
}
];
exports.default = info;