chain-registry
Version:
93 lines (92 loc) • 2.73 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'axelartestnet',
client_id: '07-tendermint-1009',
connection_id: 'connection-783'
},
chain_2: {
chain_name: 'mantrachaintestnet',
client_id: '07-tendermint-7',
connection_id: 'connection-7'
},
channels: [{
chain_1: {
channel_id: 'channel-540',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-7',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'mantrachaintestnet',
client_id: '07-tendermint-6',
connection_id: 'connection-6'
},
chain_2: {
chain_name: 'nobletestnet',
client_id: '07-tendermint-294',
connection_id: 'connection-247'
},
channels: [{
chain_1: {
channel_id: 'channel-6',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-209',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'mantrachaintestnet',
client_id: '07-tendermint-5',
connection_id: 'connection-5'
},
chain_2: {
chain_name: 'osmosistestnet',
client_id: '07-tendermint-3930',
connection_id: 'connection-3411'
},
channels: [{
chain_1: {
channel_id: 'channel-5',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-8734',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}
];
exports.default = info;