@ethereansos/interfaces-core 0.4.95 → 0.4.96

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 CHANGED
@@ -33530,7 +33530,6 @@ var Web3ContextInitializer = function Web3ContextInitializer(_ref) {
33530
33530
 
33531
33531
  window.updateAccount = window.updateAccount || /*#__PURE__*/function () {
33532
33532
  var _updateAccount = _asyncToGenerator$1( /*#__PURE__*/regeneratorRuntime.mark(function _callee(acc) {
33533
- var blk;
33534
33533
  return regeneratorRuntime.wrap(function _callee$(_context) {
33535
33534
  while (1) {
33536
33535
  switch (_context.prev = _context.next) {
@@ -33557,13 +33556,10 @@ var Web3ContextInitializer = function Web3ContextInitializer(_ref) {
33557
33556
  _context.t1 = _context["catch"](2);
33558
33557
 
33559
33558
  case 11:
33560
- blk = block;
33561
- setBlock(0);
33562
- setTimeout(function () {
33563
- return setBlock(blk);
33564
- });
33559
+ setBlock(new Date().getTime());
33560
+ setTimeout(resetBlockInterval);
33565
33561
 
33566
- case 14:
33562
+ case 13:
33567
33563
  case "end":
33568
33564
  return _context.stop();
33569
33565
  }