@chain-registry/v2
Version:
93 lines (92 loc) • 2.7 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'cosmosicsprovidertestnet',
clientId: '07-tendermint-159',
connectionId: 'connection-107'
},
chain2: {
chainName: 'mantrachaintestnet2',
clientId: '07-tendermint-3',
connectionId: 'connection-3'
},
channels: [{
chain1: {
channelId: 'channel-241',
portId: 'transfer'
},
chain2: {
channelId: 'channel-3',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'mantrachaintestnet2',
clientId: '07-tendermint-2',
connectionId: 'connection-2'
},
chain2: {
chainName: 'nobletestnet',
clientId: '07-tendermint-341',
connectionId: 'connection-290'
},
channels: [{
chain1: {
channelId: 'channel-2',
portId: 'transfer'
},
chain2: {
channelId: 'channel-237',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'mantrachaintestnet2',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
chain2: {
chainName: 'osmosistestnet',
clientId: '07-tendermint-4086',
connectionId: 'connection-3531'
},
channels: [{
chain1: {
channelId: 'channel-0',
portId: 'transfer'
},
chain2: {
channelId: 'channel-9126',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}
];
exports.default = info;