@ethereansos/interfaces-core 0.4.97 → 0.4.98
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 +3 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
@@ -33528,7 +33528,7 @@ var Web3ContextInitializer = function Web3ContextInitializer(_ref) {
|
|
33528
33528
|
return _tryUpdateBlock.apply(this, arguments);
|
33529
33529
|
}
|
33530
33530
|
|
33531
|
-
window.updateAccount =
|
33531
|
+
window.updateAccount = /*#__PURE__*/function () {
|
33532
33532
|
var _updateAccount = _asyncToGenerator$1( /*#__PURE__*/regeneratorRuntime.mark(function _callee(acc) {
|
33533
33533
|
return regeneratorRuntime.wrap(function _callee$(_context) {
|
33534
33534
|
while (1) {
|
@@ -33556,9 +33556,10 @@ var Web3ContextInitializer = function Web3ContextInitializer(_ref) {
|
|
33556
33556
|
_context.t1 = _context["catch"](2);
|
33557
33557
|
|
33558
33558
|
case 11:
|
33559
|
+
setBlock(new Date().getTime());
|
33559
33560
|
setTimeout(resetBlockInterval);
|
33560
33561
|
|
33561
|
-
case
|
33562
|
+
case 13:
|
33562
33563
|
case "end":
|
33563
33564
|
return _context.stop();
|
33564
33565
|
}
|