- PumpFunParams/BondingCurve: from_trade/from_dev_trade take is_cashback_coin parameter - pumpfun_copy_trading and pumpfun_sniper_trading use sol-parser-sdk for gRPC, pass e.is_cashback_coin - address_lookup/nonce_cache call sites updated; README EN/CN Cashback and example notes Co-authored-by: Cursor <cursoragent@cursor.com>
12 lines
319 B
TOML
12 lines
319 B
TOML
[package]
|
|
name = "pumpfun_copy_trading"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
sol-trade-sdk = { path = "../.." }
|
|
sol-parser-sdk = { path = "../../../sol-parser-sdk" }
|
|
solana-sdk = "3.0.0"
|
|
solana-commitment-config = { version = "3.0.0", features = ["serde"] }
|
|
tokio = { version = "1", features = ["full"] }
|