@metamask-previews/transaction-controller 53.0.0-preview-160372c → 53.0.0-preview-714dae1

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/CHANGELOG.md CHANGED
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
  - Skip `origin` validation for `batch` transaction type ([#5586](https://github.com/MetaMask/core/pull/5586))
13
13
  - **BREAKING:** `enableTxParamsGasFeeUpdates` now expects a callback function instead of a boolean.
14
14
  - This callback is invoked before performing `txParams` gas fee updates. The update will proceed only if the callback returns a truthy value.
15
+ - If not set it will default to return `false`.
15
16
 
16
17
  ## [53.0.0]
17
18