@metamask-previews/transaction-controller 37.3.0-preview-d823fc29 → 37.3.0-preview-c3543e68

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.
@@ -1988,7 +1988,7 @@ _TransactionController_internalEvents = new WeakMap(), _TransactionController_in
1988
1988
  }));
1989
1989
  if (blockTime &&
1990
1990
  prevSimulationData &&
1991
- !(0, lodash_1.isEqual)(simulationData, prevSimulationData)) {
1991
+ (0, resimulate_1.hasSimulationDataChanged)(prevSimulationData, simulationData)) {
1992
1992
  simulationData = {
1993
1993
  ...simulationData,
1994
1994
  isUpdatedAfterSecurityCheck: true,