feat(jito): add API token authentication support

- Update Jito configuration to require API token
- Add authentication headers to Jito API requests
- Bump version to 0.2.13
- Update documentation and examples
This commit is contained in:
ysq
2025-08-04 21:11:06 +08:00
parent e976af6935
commit 281218b15e
6 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "sol-trade-sdk"
version = "0.2.12"
version = "0.2.13"
edition = "2021"
authors = ["William <byteblock6@gmail.com>", "sgxiang <sgxiang@gmail.com>", "wei <1415121722@qq.com>"]
repository = "https://github.com/0xfnzero/sol-trade-sdk"