feat: v0.2.10 - add PumpFun volume accumulator support

- Bump version to 0.2.10
- Upgrade solana-streamer-sdk to 0.1.8
- Add volume accumulator PDAs and functions
This commit is contained in:
ysq
2025-08-01 22:59:39 +08:00
parent e09d42531d
commit 07a42641de
6 changed files with 31 additions and 7 deletions
+2 -2
View File
@@ -31,14 +31,14 @@ git clone https://github.com/0xfnzero/sol-trade-sdk
```toml
# 添加到您的 Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.2.9" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.2.10" }
```
### 使用 crates.io
```toml
# 添加到您的 Cargo.toml
sol-trade-sdk = "0.2.9"
sol-trade-sdk = "0.2.10"
```
## 使用示例