@ethereansos/interfaces-core 0.4.127 → 0.4.128

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
@@ -23808,7 +23808,7 @@ function _instrumentProvider() {
23808
23808
  _ref = sendAsync.context || {
23809
23809
  chainProvider: {}
23810
23810
  }, chainProvider = _ref.chainProvider;
23811
- entry.instrumentedProvider = chainId !== 1 && chainProvider[chainId] ? new Web3__default["default"].providers.HttpProvider(chainProvider[chainId]) : provider;
23811
+ return _context.abrupt("return", entry.instrumentedProvider = chainId !== 1 && chainProvider[chainId] ? new Web3__default["default"].providers.HttpProvider(chainProvider[chainId]) : provider);
23812
23812
 
23813
23813
  case 13:
23814
23814
  case "end":