feat: update PumpSwap event parser with token program fields

This commit is contained in:
ysq
2025-08-24 23:14:51 +08:00
parent a1a453fe05
commit f87f3dd7f3
5 changed files with 17 additions and 5 deletions
+2 -2
View File
@@ -45,14 +45,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
solana-streamer-sdk = { path = "./solana-streamer", version = "0.3.9" }
solana-streamer-sdk = { path = "./solana-streamer", version = "0.3.10" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
solana-streamer-sdk = "0.3.9"
solana-streamer-sdk = "0.3.10"
```
## Usage Examples