Files

17 lines
707 B
Markdown
Raw Permalink Normal View History

2026-05-16 15:03:10 +08:00
# IDL files
2026-05-16 15:03:10 +08:00
Supported DEX IDLs are stored directly in this directory. The files below were
synced from `bitquery/solana-idl-lib` commit `f804b17` and written to the SDK's
canonical local filenames.
2026-05-16 15:03:10 +08:00
| SDK protocol | Local IDL | Source path |
| --- | --- | --- |
2026-05-16 15:03:10 +08:00
| Bonk / Raydium Launchpad | `bonk.json` | `raydium/launchpad.json` |
| Raydium CPMM | `raydium_cpmm.json` | `raydium/raydium_cp.json` |
| Raydium AMM v4 | `raydium_amm_v4.json` | `raydium/raydium_amm.json` |
| Meteora DAMM v2 | `meteora_damm_v2.json` | `meteora/cp_amm_016.json` |
| PumpFun | `pump.json` | `pumpfun/pump.json` |
| PumpSwap | `pump_amm.json` | `pumpswap/amm.json` |
2026-05-16 15:03:10 +08:00
No separate source snapshot tree is kept in the repository.