chain-registry
Version:
69 lines (68 loc) • 2.26 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = [{
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'axelartestnet',
client_id: '07-tendermint-1090',
connection_id: 'connection-847'
},
chain_2: {
chain_name: 'manifesttestnet',
client_id: '07-tendermint-9',
connection_id: 'connection-10'
},
channels: [{
chain_1: {
channel_id: 'channel-594',
port_id: 'transfer',
client_id: '07-tendermint-1090',
connection_id: 'connection-847'
},
chain_2: {
channel_id: 'channel-6',
port_id: 'transfer',
client_id: '07-tendermint-9',
connection_id: 'connection-10'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}, {
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'manifesttestnet',
client_id: '07-tendermint-8',
connection_id: 'connection-9'
},
chain_2: {
chain_name: 'osmosistestnet',
client_id: '07-tendermint-4456',
connection_id: 'connection-3898'
},
channels: [{
chain_1: {
channel_id: 'channel-5',
port_id: 'transfer',
client_id: '07-tendermint-8',
connection_id: 'connection-9'
},
chain_2: {
channel_id: 'channel-10183',
port_id: 'transfer',
client_id: '07-tendermint-4456',
connection_id: 'connection-3898'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}];
exports.default = info;