@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.cjs.js
CHANGED
@@ -33556,10 +33556,9 @@ var Web3ContextInitializer = function Web3ContextInitializer(_ref) {
|
|
33556
33556
|
_context.t1 = _context["catch"](2);
|
33557
33557
|
|
33558
33558
|
case 11:
|
33559
|
-
setBlock(new Date().getTime());
|
33560
33559
|
setTimeout(resetBlockInterval);
|
33561
33560
|
|
33562
|
-
case
|
33561
|
+
case 12:
|
33563
33562
|
case "end":
|
33564
33563
|
return _context.stop();
|
33565
33564
|
}
|