@ixily/activ
Version:
Alpha Capture Trade Idea Verification. Blockchain ownership proven trade ideas and strategies.
17 lines • 709 B
JavaScript
;
// when debugging
// import fs from 'fs'
// import path from 'path'
// export const USE_LIT_ACTION_TEST_CODE_NODES = 1
// export const USE_LIT_ACTION_TEST_CODE = true
// export const GET_PRICE_TESTCODE_V2_CODE = fs.readFileSync(
// 'litActions' + path.sep + 'toTest' + path.sep + 'bundled.js',
// 'utf8',
// )
Object.defineProperty(exports, "__esModule", { value: true });
exports.GET_PRICE_TESTCODE_V2_CODE = exports.USE_LIT_ACTION_TEST_CODE = exports.USE_LIT_ACTION_TEST_CODE_NODES = void 0;
// when not debugging
exports.USE_LIT_ACTION_TEST_CODE_NODES = 10;
exports.USE_LIT_ACTION_TEST_CODE = false;
exports.GET_PRICE_TESTCODE_V2_CODE = ``;
//# sourceMappingURL=get-price-testcode-v2.js.map