@ethereansos/interfaces-core 0.4.153 → 0.4.154

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.cjs.js CHANGED
@@ -23925,7 +23925,7 @@ function _sendAsync() {
23925
23925
  _context4.t0 = _context4["catch"](2);
23926
23926
  message = (_context4.t0.stack || _context4.t0.message || _context4.t0.toString()).toLowerCase();
23927
23927
 
23928
- if (!(message.indexOf('execution reverted') !== -1 || message.indexOf('zero result') !== -1)) {
23928
+ if (!(message.indexOf('execution reverted') !== -1 || message.indexOf('zero result') !== -1 || method.indexOf('eth_send') !== -1)) {
23929
23929
  _context4.next = 13;
23930
23930
  break;
23931
23931
  }