@metamask-previews/transaction-controller 52.2.0-preview-b0b2930 → 52.2.0-preview-d5a460dc

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.
@@ -1949,6 +1949,7 @@ _TransactionController_internalEvents = new WeakMap(), _TransactionController_me
1949
1949
  getGlobalLock: () => __classPrivateFieldGet(this, _TransactionController_multichainTrackingHelper, "f").acquireNonceLockForChainIdKey({
1950
1950
  chainId,
1951
1951
  }),
1952
+ messenger: this.messagingSystem,
1952
1953
  publishTransaction: (_ethQuery, transactionMeta) => this.publishTransaction(_ethQuery, transactionMeta, {
1953
1954
  skipSubmitHistory: true,
1954
1955
  }),
@@ -1956,7 +1957,6 @@ _TransactionController_internalEvents = new WeakMap(), _TransactionController_me
1956
1957
  beforeCheckPendingTransaction: this.beforeCheckPendingTransaction.bind(this),
1957
1958
  beforePublish: this.beforePublish.bind(this),
1958
1959
  },
1959
- messenger: this.messagingSystem,
1960
1960
  });
1961
1961
  __classPrivateFieldGet(this, _TransactionController_instances, "m", _TransactionController_addPendingTransactionTrackerListeners).call(this, pendingTransactionTracker);
1962
1962
  return pendingTransactionTracker;