Add Meteora DAMM V2 trading protocol with instruction builder, type definitions, and fixed_output_token_amount parameter for precise output control. Update all examples and documentation.
13 lines
374 B
TOML
13 lines
374 B
TOML
[package]
|
|
name = "meteora_damm_v2_direct_trading"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
sol-trade-sdk = { path = "../.." }
|
|
solana-streamer-sdk = "0.5.0"
|
|
solana-sdk = "3.0.0"
|
|
solana-commitment-config = { version = "3.0.0", features = ["serde"] }
|
|
tokio = { version = "1", features = ["full"] }
|
|
spl-token-2022 = { version = "8.0.0", features = ["no-entrypoint"] }
|