@ethereansos/interfaces-core 0.4.96 → 0.4.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -33545,10 +33545,9 @@ var Web3ContextInitializer = function Web3ContextInitializer(_ref) {
|
|
33545
33545
|
_context.t1 = _context["catch"](2);
|
33546
33546
|
|
33547
33547
|
case 11:
|
33548
|
-
setBlock(new Date().getTime());
|
33549
33548
|
setTimeout(resetBlockInterval);
|
33550
33549
|
|
33551
|
-
case
|
33550
|
+
case 12:
|
33552
33551
|
case "end":
|
33553
33552
|
return _context.stop();
|
33554
33553
|
}
|