dd-tool-package
Advanced tools
Comparing version
22
index.js
@@ -39,4 +39,4 @@ "use strict"; | ||
exports.runWithoutFile = void 0; | ||
const ganache_1 = __importDefault(require("ganache")); | ||
const globalLoop_1 = __importStar(require("./globalLoop")); | ||
const ganache_1 = __importDefault(require("./ganache")); | ||
// Could be from ENV on test and if not being imported | ||
@@ -48,11 +48,3 @@ // React will have a context with the Running Server (and a probe to ensure the server is running) | ||
return __awaiter(this, void 0, void 0, function* () { | ||
// FORK | ||
const options = rpcUrl | ||
? { | ||
fork: { | ||
url: rpcUrl, | ||
}, | ||
} | ||
: {}; // Nothing if no rpc | ||
const server = ganache_1.default.provider(options); | ||
const server = (0, ganache_1.default)(rpcUrl); | ||
// A single huge function which handles the whole thing | ||
@@ -68,11 +60,3 @@ // Receives ganache and the sequence of functions | ||
return __awaiter(this, void 0, void 0, function* () { | ||
// FORK | ||
const options = rpcUrl | ||
? { | ||
fork: { | ||
url: rpcUrl, | ||
}, | ||
} | ||
: {}; // Nothing if no rpc | ||
const server = ganache_1.default.provider(options); | ||
const server = (0, ganache_1.default)(rpcUrl); | ||
// A single huge function which handles the whole thing | ||
@@ -79,0 +63,0 @@ // Receives ganache and the sequence of functions |
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"main": "lib/index.js", | ||
@@ -12,0 +12,0 @@ "license": "MIT", |
20310
0.89%12
9.09%402
0.75%