Skip to main content

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.

Track Zap releases here.
zap 0.2.2
Support Zap-In to damm-V2 Compounding Pool Fee Mode and single-sided damm-v2 pool

Release summary

ComponentVersionPR
Program0.2.2zap-program #46
TypeScript SDK1.3.0zap-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

IntegratorsWhat ChangedWhat To Do
Partners
  • Support Zap-In to damm-V2 Compounding Pool Fee Mode and single-sided damm-v2 pool
  • Bump your SDK version to @meteora-ag/zap-sdk@1.3.0 to start testing.

Program: zap 0.2.2

Program ID (mainnet and devnet): zapvX9M3uf5pvy4wRPAbQgdQsM1xmuiFnkfHKPvwMizProgram PR #46

Added

  • 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_price at sqrt_min_price) or fully token b (sqrt_price at sqrt_max_price)

TypeScript SDK: @meteora-ag/zap-sdk 1.3.0

SDK PR #30

Added

  • 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_price at sqrt_min_price) or fully token B (sqrt_price at sqrt_max_price).

Fixed