Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo-sturdy committed Aug 21, 2024
1 parent ea5a375 commit 54d4098
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cw-dex-astroport/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Bumped `astroport_v3` dependency alias of `astroport` package to `5.0.0-rc.1-tokenfactory`.
- Added support for Astroport native LP tokens.
- Bumped `astroport_v3` dependency alias of `astroport` package to `5.0.0-rc.1-tokenfactory` and renamed it to `astroport_v5`.
- Changed `AstroportStaking` field `lp_token_addr: Addr` to `lp_token: AssetInfo`.
- Changed `AstroportPool` field `lp_token_addr: Addr` to `lp_token: AssetInfo`.
- Changed `AstroportPool` field `liquidity_manager: Addr` to `liquidity_manager: Option<Addr>`.
- This is to keep backwards compatibility with Astroport pools that use CW20 LP tokens. Note that the field must be set if the LP token is a CW20 token.

0 comments on commit 54d4098

Please sign in to comment.