@ethereansos/interfaces-core 0.4.153 → 0.4.154

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
@@ -23913,7 +23913,7 @@ function _sendAsync() {
23913
23913
  _context4.t0 = _context4["catch"](2);
23914
23914
  message = (_context4.t0.stack || _context4.t0.message || _context4.t0.toString()).toLowerCase();
23915
23915
 
23916
- if (!(message.indexOf('execution reverted') !== -1 || message.indexOf('zero result') !== -1)) {
23916
+ if (!(message.indexOf('execution reverted') !== -1 || message.indexOf('zero result') !== -1 || method.indexOf('eth_send') !== -1)) {
23917
23917
  _context4.next = 13;
23918
23918
  break;
23919
23919
  }