"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getHyMatrixHost = void 0;
const getHyMatrixHost = (debug) => {
return debug === true ? 'https://hymx.permadao.io' : 'https://hymatrix.ai';
};
exports.getHyMatrixHost = getHyMatrixHost;