chain-registry
Version:
61 lines (60 loc) • 1.84 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = [{
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'axelartestnet',
client_id: '07-tendermint-855',
connection_id: 'connection-659'
},
chain_2: {
chain_name: 'lavatestnet',
client_id: '07-tendermint-10',
connection_id: 'connection-10'
},
channels: [{
chain_1: {
channel_id: 'channel-444',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-4',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}, {
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'lavatestnet',
client_id: '07-tendermint-11',
connection_id: 'connection-11'
},
chain_2: {
chain_name: 'osmosistestnet',
client_id: '07-tendermint-2554',
connection_id: 'connection-2401'
},
channels: [{
chain_1: {
channel_id: 'channel-5',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-6092',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}];
exports.default = info;