@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.cjs.js
CHANGED
@@ -32236,7 +32236,7 @@ function sendBlockchainTransaction(provider, fromOrPlainPrivateKey, to, data, va
|
|
32236
32236
|
return _context2.abrupt("return", (0, _context2.t7)(_context2.t11));
|
32237
32237
|
|
32238
32238
|
case 44:
|
32239
|
-
if (!window.bypassEstimation) {
|
32239
|
+
if (!(window.bypassEstimation || additionalData.gasLimit)) {
|
32240
32240
|
_context2.next = 48;
|
32241
32241
|
break;
|
32242
32242
|
}
|