Documentation Index
Fetch the complete documentation index at: https://docs.meteora.ag/llms.txt
Use this file to discover all available pages before exploring further.
Release summary
| Component | Version | PR |
|---|---|---|
| Program | 0.2.2 | zap-program #46 |
| TypeScript SDK | 1.3.0 | zap-sdk #30 |
What We Shipped
- Support Zap-In to damm-V2 Compounding Pool Fee Mode
- Support Zap-In to single-sided damm-v2 pool
What To Do
| Integrators | What Changed | What To Do |
|---|---|---|
| Partners |
|
|
Program: zap 0.2.2
Program ID (mainnet and devnet): zapvX9M3uf5pvy4wRPAbQgdQsM1xmuiFnkfHKPvwMizProgram PR #46Added
- Add support for damm-v2 pool with Compounding fee mode
Fixed
- Fix zap in to single-sided damm-v2 pool. A single-sided pool is a pool fully contains only one token in the pool pair, either fully token a (
sqrt_priceatsqrt_min_price) or fully token b (sqrt_priceatsqrt_max_price)
TypeScript SDK: @meteora-ag/zap-sdk 1.3.0
SDK PR #30Added
- Support Zap-In to damm-V2 Compounding Pool Fee Mode.
- Support Zap-In to single-sided damm-v2 pool. A single-sided pool is a pool that fully contains only one token of the pool pair, either fully token A (
sqrt_priceatsqrt_min_price) or fully token B (sqrt_priceatsqrt_max_price).
Fixed
- Rebalance DLMM position with 1 bin. Reference: https://github.com/MeteoraAg/dlmm-sdk/pull/286

