diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2cf855e5eaf..aa9084492b8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -154,6 +154,7 @@ Fixes mainnet bugs w/ incorrect accumulation sumtrees, and CL handling for a bal
### API breaks
+* [#6167](https://github.com/osmosis-labs/osmosis/pull/6167) add EstimateTradeBasedOnPriceImpact query to x/poolmanager.
* [#6238](https://github.com/osmosis-labs/osmosis/pull/6238) switch osmomath to sdkmath types and rename BigDec constructors to contain "Big" in the name.
* Note: with the update, the Dec and Int do not get initialized to zero values
by default in proto marhaling/unmarshaling. Instead, they get set to nil values.
diff --git a/client/docs/static/openapi/index.html b/client/docs/static/openapi/index.html
index 67c7b6f9f4a..997dc5b8e74 100644
--- a/client/docs/static/openapi/index.html
+++ b/client/docs/static/openapi/index.html
@@ -479,7 +479,7 @@
by denom
get Return a locked coins that can't be withdrawn get Returns account locked records with a specific duration get Returns account locked records with longer duration get Returns account's locked records for a denom with longer duration get Returns account locked records with longer duration excluding tokens
started unlocking get Returns locked records of an account with unlock time beyond timestamp get Returns lock records by address, timestamp, denom get Returns locked records of an account with unlock time beyond timestamp
excluding tokens started unlocking get Returns unlockable coins which are not withdrawn yet get Returns unlocked records with unlock time before timestamp get Returns unlocking coins get Returns lock record by id get Returns lock record by id get Returns total locked per denom with longer past given time get Return full balance of the module get Return locked balance of the module get Returns next lock ID get Params returns lockup params. get Returns synthetic lockup by native lockup id get Returns synthetic lockup by native lockup id
-Deprecated: use SyntheticLockupByLockupID instead get EpochProvisions returns the current minting epoch provisions value. get Params returns the total set of minting parameters. get DistrInfo returns the pool's matching gauge ids and weights. get ExternalIncentiveGauges returns external incentive gauges. get GaugeIds takes the pool id and returns the matching gauge ids and durations get IncentivizedPools returns currently incentivized pools get LockableDurations returns lock durations for pools. get Params returns pool incentives params. get UserConcentratedSuperfluidPositionsDelegated get UserConcentratedSuperfluidPositionsUndelegating get Returns all registered superfluid assets. get Returns all superfluid intermediary accounts. get Returns the total amount of osmo superfluidly staked.
+Deprecated: use SyntheticLockupByLockupID instead get EpochProvisions returns the current minting epoch provisions value. get Params returns the total set of minting parameters. get DistrInfo returns the pool's matching gauge ids and weights. get ExternalIncentiveGauges returns external incentive gauges. get GaugeIds takes the pool id and returns the matching gauge ids and durations get IncentivizedPools returns currently incentivized pools get LockableDurations returns lock durations for pools. get Params returns pool incentives params. get Returns all of a user's full range CL positions that are superfluid staked. get UserConcentratedSuperfluidPositionsUndelegating get Returns all registered superfluid assets. get Returns all superfluid intermediary accounts. get Returns the total amount of osmo superfluidly staked.
Response is denominated in uosmo. get Returns the osmo equivalent multiplier used in the most recent epoch. get Returns superfluid asset type, whether if it's a native asset or an lp
share. get Returns intermediary account connected to a superfluid staked lock by id get Returns the amount of a specific denom delegated to a specific validator
This is labeled an estimate, because the way it calculates the amount can
@@ -752,7 +752,7 @@
default An unexpected error response.
get /osmosis/pool-incentives/v1beta1/lockable_durations
/osmosis/pool-incentives/v1beta1/lockable_durations
Params returns pool incentives params. Responses 200 A successful response.
default An unexpected error response.
-get /osmosis/pool-incentives/v1beta1/params
/osmosis/pool-incentives/v1beta1/params
UserConcentratedSuperfluidPositionsDelegated path Parameters delegator_address required
Responses 200 A successful response.
+get /osmosis/pool-incentives/v1beta1/params
/osmosis/pool-incentives/v1beta1/params
Returns all of a user's full range CL positions that are superfluid staked. path Parameters delegator_address required
Responses 200 A successful response.
default An unexpected error response.
get /osmosis/superfluid/v1beta1/account_delegated_cl_positions/{delegator_address}
/osmosis/superfluid/v1beta1/account_delegated_cl_positions/{delegator_address}
UserConcentratedSuperfluidPositionsUndelegating path Parameters delegator_address required
Responses 200 A successful response.
default An unexpected error response.
@@ -1432,7 +1432,7 @@
default An unexpected error response.
get /cosmos/tx/v1beta1/txs/{hash}
/cosmos/tx/v1beta1/txs/{hash}