UNPKG

hyjs-test

Version:
8 lines (7 loc) 274 B
"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;