chain-registry
Version:
62 lines (61 loc) • 1.87 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = [{
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'axelartestnet',
client_id: '07-tendermint-1047',
connection_id: 'connection-808'
},
chain_2: {
chain_name: 'sagatestnet',
client_id: '07-tendermint-2',
connection_id: 'connection-3'
},
channels: [{
chain_1: {
channel_id: 'channel-566',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-3',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}, {
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'osmosistestnet',
client_id: '07-tendermint-1448',
connection_id: 'connection-1552'
},
chain_2: {
chain_name: 'sagatestnet',
client_id: '07-tendermint-26',
connection_id: 'connection-21'
},
channels: [{
chain_1: {
channel_id: 'channel-4946',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-20',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}];
exports.default = info;