mychips-react-sdk
Version:
MyChips Offerwall
14 lines (12 loc) • 308 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
// src/Consts.ts
const Consts = {
WEB_BASE_URL: "https://trk301.com/offerwall",
API_URL: "https://api.mychips.io/v1.4"
};
var _default = exports.default = Consts;
//# sourceMappingURL=Consts.js.map