@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.esm.js CHANGED
@@ -23796,7 +23796,7 @@ function _instrumentProvider() {
23796
23796
  _ref = sendAsync.context || {
23797
23797
  chainProvider: {}
23798
23798
  }, chainProvider = _ref.chainProvider;
23799
- entry.instrumentedProvider = chainId !== 1 && chainProvider[chainId] ? new Web3.providers.HttpProvider(chainProvider[chainId]) : provider;
23799
+ return _context.abrupt("return", entry.instrumentedProvider = chainId !== 1 && chainProvider[chainId] ? new Web3.providers.HttpProvider(chainProvider[chainId]) : provider);
23800
23800
 
23801
23801
  case 13:
23802
23802
  case "end":