feat(core): Upgrade SDK version to 0.4.7 and enhance parameter constructors

- Upgrade SDK version from 0.4.6 to 0.4.7
- Enhance PumpFunParams.immediate_sell function with creator parameter support
- Extend BonkParams.immediate_sell function with necessary platform parameters
This commit is contained in:
ysq
2025-08-22 22:28:54 +08:00
parent 1f47fc84d4
commit 20767ae597
4 changed files with 21 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "sol-trade-sdk"
version = "0.4.6"
version = "0.4.7"
edition = "2021"
authors = ["William <byteblock6@gmail.com>", "sgxiang <sgxiang@gmail.com>", "wei <1415121722@qq.com>"]
repository = "https://github.com/0xfnzero/sol-trade-sdk"