@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 +3 -7
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -7
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -33519,7 +33519,6 @@ var Web3ContextInitializer = function Web3ContextInitializer(_ref) {
|
|
33519
33519
|
|
33520
33520
|
window.updateAccount = window.updateAccount || /*#__PURE__*/function () {
|
33521
33521
|
var _updateAccount = _asyncToGenerator$1( /*#__PURE__*/regeneratorRuntime.mark(function _callee(acc) {
|
33522
|
-
var blk;
|
33523
33522
|
return regeneratorRuntime.wrap(function _callee$(_context) {
|
33524
33523
|
while (1) {
|
33525
33524
|
switch (_context.prev = _context.next) {
|
@@ -33546,13 +33545,10 @@ var Web3ContextInitializer = function Web3ContextInitializer(_ref) {
|
|
33546
33545
|
_context.t1 = _context["catch"](2);
|
33547
33546
|
|
33548
33547
|
case 11:
|
33549
|
-
|
33550
|
-
|
33551
|
-
setTimeout(function () {
|
33552
|
-
return setBlock(blk);
|
33553
|
-
});
|
33548
|
+
setBlock(new Date().getTime());
|
33549
|
+
setTimeout(resetBlockInterval);
|
33554
33550
|
|
33555
|
-
case
|
33551
|
+
case 13:
|
33556
33552
|
case "end":
|
33557
33553
|
return _context.stop();
|
33558
33554
|
}
|