diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index cb4a24e0b69..e7a303d7ab1 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -9,7 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [dev] -... +### Added + +- Gas bumping logic to the `SuggestedPriceEstimator`. The bumping mechanism for this estimator refetches the price from the RPC and adds a buffer on top using the greater of `BumpPercent` and `BumpMin`. ## 2.9.0 - UNRELEASED @@ -23,7 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 echo "Baz=Val" >> median.env CL_MEDIAN_ENV="median.env" ``` -- Gas bumping logic to the `SuggestedPriceEstimator` ### Fixed