feat: add Bonk Token2022 initialization support

Add support for Token2022 standard in Bonk protocol event parsing,
including new event type, discriminator, and instruction parser.
This commit is contained in:
ysq
2025-09-13 00:13:17 +08:00
parent dcbff09cca
commit 3cfc85ea9d
6 changed files with 57 additions and 5 deletions
+2 -2
View File
@@ -107,14 +107,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
solana-streamer-sdk = { path = "./solana-streamer", version = "0.4.6" }
solana-streamer-sdk = { path = "./solana-streamer", version = "0.4.7" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
solana-streamer-sdk = "0.4.6"
solana-streamer-sdk = "0.4.7"
```
## ⚙️ Configuration System