@metamask-previews/transaction-controller 52.3.0-preview-8ea9b81f → 52.3.0-preview-6cc620a
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/TransactionController.cjs +0 -3
- package/dist/TransactionController.cjs.map +1 -1
- package/dist/TransactionController.d.cts.map +1 -1
- package/dist/TransactionController.d.mts.map +1 -1
- package/dist/TransactionController.mjs +0 -3
- package/dist/TransactionController.mjs.map +1 -1
- package/dist/utils/feature-flags.cjs +1 -21
- package/dist/utils/feature-flags.cjs.map +1 -1
- package/dist/utils/feature-flags.d.cts +0 -35
- package/dist/utils/feature-flags.d.cts.map +1 -1
- package/dist/utils/feature-flags.d.mts +0 -35
- package/dist/utils/feature-flags.d.mts.map +1 -1
- package/dist/utils/feature-flags.mjs +0 -19
- package/dist/utils/feature-flags.mjs.map +1 -1
- package/dist/utils/gas.cjs +4 -10
- package/dist/utils/gas.cjs.map +1 -1
- package/dist/utils/gas.d.cts +2 -5
- package/dist/utils/gas.d.cts.map +1 -1
- package/dist/utils/gas.d.mts +2 -5
- package/dist/utils/gas.d.mts.map +1 -1
- package/dist/utils/gas.mjs +4 -10
- package/dist/utils/gas.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -568,7 +568,6 @@ class TransactionController extends base_controller_1.BaseController {
|
|
|
568
568
|
chainId: __classPrivateFieldGet(this, _TransactionController_instances, "m", _TransactionController_getChainId).call(this, networkClientId),
|
|
569
569
|
ethQuery,
|
|
570
570
|
isSimulationEnabled: __classPrivateFieldGet(this, _TransactionController_isSimulationEnabled, "f").call(this),
|
|
571
|
-
messenger: this.messagingSystem,
|
|
572
571
|
txParams: transaction,
|
|
573
572
|
});
|
|
574
573
|
return { gas: estimatedGas, simulationFails };
|
|
@@ -589,7 +588,6 @@ class TransactionController extends base_controller_1.BaseController {
|
|
|
589
588
|
chainId: __classPrivateFieldGet(this, _TransactionController_instances, "m", _TransactionController_getChainId).call(this, networkClientId),
|
|
590
589
|
ethQuery,
|
|
591
590
|
isSimulationEnabled: __classPrivateFieldGet(this, _TransactionController_isSimulationEnabled, "f").call(this),
|
|
592
|
-
messenger: this.messagingSystem,
|
|
593
591
|
txParams: transaction,
|
|
594
592
|
});
|
|
595
593
|
const gas = (0, gas_1.addGasBuffer)(estimatedGas, blockGasLimit, multiplier);
|
|
@@ -2196,7 +2194,6 @@ _TransactionController_internalEvents = new WeakMap(), _TransactionController_me
|
|
|
2196
2194
|
ethQuery,
|
|
2197
2195
|
isCustomNetwork,
|
|
2198
2196
|
isSimulationEnabled: __classPrivateFieldGet(this, _TransactionController_isSimulationEnabled, "f").call(this),
|
|
2199
|
-
messenger: this.messagingSystem,
|
|
2200
2197
|
txMeta: transactionMeta,
|
|
2201
2198
|
});
|
|
2202
2199
|
}, _TransactionController_registerActionHandlers = function _TransactionController_registerActionHandlers() {
|