You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add `TestGasFeeFlow` that is activated by optional `testGasFeeFlows` constructor option.
16
+
- Add related types:
17
+
-`FeeMarketGasFeeEstimateForLevel`
18
+
-`FeeMarketGasFeeEstimates`
19
+
-`GasFeeEstimates`
20
+
-`GasFeeEstimateLevel`
21
+
-`GasFeeEstimateType`
22
+
-`GasPriceGasFeeEstimates`
23
+
-`LegacyGasFeeEstimates`
24
+
25
+
### Changed
26
+
27
+
-**BREAKING:** Update `GasFeeEstimates` type to support alternate estimate types ([#4216](https://github.com/MetaMask/core/pull/4216))
28
+
29
+
### Removed
30
+
31
+
-**BREAKING:** Remove `gasFeeControllerEstimateType` property from `mergeGasFeeEstimates` function ([#4216](https://github.com/MetaMask/core/pull/4216))
32
+
10
33
## [28.1.1]
11
34
12
35
### Changed
@@ -790,7 +813,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
790
813
791
814
All changes listed after this point were applied to this package following the monorepo conversion.
0 commit comments