chain-registry
Version:
58 lines (57 loc) • 1.76 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = [{
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'osmosistestnet',
client_id: '07-tendermint-19',
connection_id: 'connection-14'
},
chain_2: {
chain_name: 'quicksilvertestnet',
client_id: '07-tendermint-6',
connection_id: 'connection-4'
},
channels: [{
chain_1: {
channel_id: 'channel-13',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-20',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}, {
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'prysmdevnet',
client_id: '07-tendermint-16',
connection_id: 'connection-9'
},
chain_2: {
chain_name: 'quicksilvertestnet',
client_id: '07-tendermint-4',
connection_id: 'connection-3'
},
channels: [{
chain_1: {
channel_id: 'channel-5',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-3',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1'
}]
}];
exports.default = info;