@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.esm.js
CHANGED
@@ -33517,7 +33517,7 @@ var Web3ContextInitializer = function Web3ContextInitializer(_ref) {
|
|
33517
33517
|
return _tryUpdateBlock.apply(this, arguments);
|
33518
33518
|
}
|
33519
33519
|
|
33520
|
-
window.updateAccount =
|
33520
|
+
window.updateAccount = /*#__PURE__*/function () {
|
33521
33521
|
var _updateAccount = _asyncToGenerator$1( /*#__PURE__*/regeneratorRuntime.mark(function _callee(acc) {
|
33522
33522
|
return regeneratorRuntime.wrap(function _callee$(_context) {
|
33523
33523
|
while (1) {
|
@@ -33545,9 +33545,10 @@ var Web3ContextInitializer = function Web3ContextInitializer(_ref) {
|
|
33545
33545
|
_context.t1 = _context["catch"](2);
|
33546
33546
|
|
33547
33547
|
case 11:
|
33548
|
+
setBlock(new Date().getTime());
|
33548
33549
|
setTimeout(resetBlockInterval);
|
33549
33550
|
|
33550
|
-
case
|
33551
|
+
case 13:
|
33551
33552
|
case "end":
|
33552
33553
|
return _context.stop();
|
33553
33554
|
}
|