mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-16 10:28:05 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user