@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.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
  }