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 @@ git clone https://github.com/0xfnzero/solana-streamer
```toml
# 添加到您的 Cargo.toml
solana-streamer-sdk = { path = "./solana-streamer", version = "0.4.6" }
solana-streamer-sdk = { path = "./solana-streamer", version = "0.4.7" }
```
### 使用 crates.io
```toml
# 添加到您的 Cargo.toml
solana-streamer-sdk = "0.4.6"
solana-streamer-sdk = "0.4.7"
```
## ⚙️ 配置系统