-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
Description
Describe the bug
When testing solana endpoints specifically in Meteora/CLMM, the POST /connectors/meteora/clmm/remove-liquidity works as expected when we set the liqudiityPCT to preferred value e.g 30 for 30% of the liquidity. However crosschecking on hummingbot + gateway, the command gateway lp meteora/clmm remove-liquidity would always use 100% and remove all liquidity then it fails to close the position (since it require tiny bit of liquidity to be successfully closed) ❌
Steps to reproduce
- Setup hummingbot + gateway
- Add solana wallet
- Tested with helius free ver for rpcProvider
- Use
gateway lp meteora/clmm add-liquidity - Use
gateway lp meteora/clmm remove-liquidity- When prompted
percentage to remove..use anything other that 100%
- When prompted
- Once successful, check the txn and meteora exchange
Release version
2.10.0 and dev-2.11.0
Type of installation
Source