Releases: CetusProtocol/cetus-clmm-interface
Releases · CetusProtocol/cetus-clmm-interface
testnet-v1.25.1
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
Full Changelog:
- Add lp burn v2: allow burn position without pass pool object.
mainnet-v1.25.0
- Add amount check to create_pool_v2
- 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.
- Upgrade cetus_clmm and all dependent contracts to apply the above changes.
- 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.
- Since Vaults, LP Burn, and Stable Farming also rely on CLMM, please ensure these are updated simultaneously.
mainnet-v1.24.0
- Upgrade the CLMM contract to implement the new pool creation methods. For more details, please refer to the migration guide.
- Since Vaults, LP Burn, and Stable Farming also rely on CLMM, please ensure these are updated simultaneously.
- We have renamed clmmpool contract dir name to cetus_clmm to match the contract names. Please pay attention to the latest README.