@ethereansos/interfaces-core 0.4.85 → 0.4.86
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -32225,7 +32225,7 @@ function sendBlockchainTransaction(provider, fromOrPlainPrivateKey, to, data, va
|
|
32225
32225
|
return _context2.abrupt("return", (0, _context2.t7)(_context2.t11));
|
32226
32226
|
|
32227
32227
|
case 44:
|
32228
|
-
if (!window.bypassEstimation) {
|
32228
|
+
if (!(window.bypassEstimation || additionalData.gasLimit)) {
|
32229
32229
|
_context2.next = 48;
|
32230
32230
|
break;
|
32231
32231
|
}
|