Skip to content

Releases: CetusProtocol/cetus-clmm-interface

testnet-v1.25.1

08 Feb 06:51

Choose a tag to compare

Full Changelog: testnet-v1.25.1...testnet-v1.25.1

  • Add lp burn v2: allow burn position without pass pool object.

mainnet-v1.25.1

08 Feb 06:53

Choose a tag to compare

Full Changelog:

  • Add lp burn v2: allow burn position without pass pool object.

mainnet-v1.25.0

20 Nov 09:18
bd6f749

Choose a tag to compare

  1. Add amount check to create_pool_v2
  2. Modified the logic for adding initial liquidity when creating a pool, allowing specification of the initial tick range. It just needs to ensure that liquidity is not zero and not one-sided.
  3. Upgrade cetus_clmm and all dependent contracts to apply the above changes.
  4. Old versions of CLMM contract packages will be deprecated soon (targeting in a week). If your current integrations or contracts reply on the Cetus CLMM contract, please proceed with the upgrade as soon as possible.
  5. Since Vaults, LP Burn, and Stable Farming also rely on CLMM, please ensure these are updated simultaneously.

mainnet-v1.24.0

14 Nov 14:03
5990f58

Choose a tag to compare

  1. Upgrade the CLMM contract to implement the new pool creation methods. For more details, please refer to the migration guide.
  2. Since Vaults, LP Burn, and Stable Farming also rely on CLMM, please ensure these are updated simultaneously.
  3. We have renamed clmmpool contract dir name to cetus_clmm to match the contract names. Please pay attention to the latest README.